PDOException: SQLSTATE[HY000] [2002] No such file or directory

前端 未结 10 2133
太阳男子
太阳男子 2020-12-05 11:19

I have put PushChatServer dir in htdocs folder and create database puschat try to run @\"http://localhost/PushChatServer/api/test/database.php\"

Then I got following

10条回答
  •  伪装坚强ぢ
    2020-12-05 11:43

    On Mac OSX/MAMP you may find a mysql.sock.lock file in your /Applications/MAMP/tmp/mysql folder.

    You can safely remove the file mysql.sock.lock and you should be in good shape.

提交回复
热议问题