CakePHP: No such file or directory (trying to connect via unix:///var/mysql/mysql.sock)

后端 未结 3 941
甜味超标
甜味超标 2020-12-30 06:41

I have had a cakephp app running fine on my local machine (mac osx) for a while and then suddently I realise that I can\'t connect to mysql.sock.

I\'m getting this

3条回答
  •  攒了一身酷
    2020-12-30 07:16

    If you are having problem with CakePHP 2.0, try this:

    sudo mkdir /var/mysql
    sudo ln -s /Applications/MAMP/tmp/mysql/mysql.sock /var/mysql/mysql.sock
    

提交回复
热议问题