我尝试使用PHP代码或phpMyAdmin将数据插入MySQL,但服务器在最终打印之前会挂起很长时间:
The server is not responding (or the local MySQL server's socket is not correctly configured)
我可以使用SSH连接登录MySQL,从而为数据库添加值。我使用PHP版本5.1.6与MySQL客户端API版本5.0.77。
我在日志中看到错误:
Version: '5.0.77' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
答案 0 :(得分:0)
您检查过MySQL错误日志吗?
如果将日志警告级别设置为1以上,则将连接写入错误日志(根据http://dev.mysql.com/doc/refman/5.1/en/error-log.html)
因此,这可能是一个很好的第一个停靠点。