使用thinkphp后,数据库无法连接 No such file or directory

发现/tmp/目录下的mysql.sock文件消失

解决方法:

做软连接:

ln -s /opt/local/var/run/mysql5/mysqld.sock /tmp/mysql.sock


你可能感兴趣的:(使用thinkphp后,数据库无法连接 No such file or directory)