Database connection “Mysql” is missing and mysql.sock is missing

前端 未结 7 1586
轻奢々
轻奢々 2021-01-12 13:46

I was trying to generate model code from cake command line tool. But got this issue.

Warning Error: PDO::__construct(): [2002] No such file or directory (try         


        
7条回答
  •  一生所求
    2021-01-12 13:56

    With MAMP create a symbolic link in the folder /var/mysql/:

    sudo ln -n /Applications/MAMP/tmp/mysql/mysql.sock /var/mysql/mysql.sock

提交回复
热议问题