什么会导致 Debian Lenny 上的 php PDO mysql 出现间歇性 SQLSTATE[HY000] [2002] No such file or directory 错误?
连接是通过 localhost 使用 mysqld sock 文件进行的。这些在 99+% 的时间内都可以工作,但在一些奇怪的条件下我收到错误:
SQLSTATE[HY000] [2002] No such file or directory
相同的页面将在下一个请求时再次工作。
我唯一能想到的是某种奇怪的文件系统错误。
Connections are through localhost, using the mysqld sock file. These are working 99+% of the time, but under some weird conditions I get the error:
SQLSTATE[HY000] [2002] No such file or directory
The same pages will work again on the next request.
The only thing I can think of is some kind of strange filesystem error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
原来mysql重启会导致这个错误。 :p 由于某种原因,该网站不会让您立即回答自己的问题。感谢您的帮助。
It turns out mysql getting restarted would cause this error. :p And this site won't let you answer your own question right away for some reason. Thanks for the help.
可能是 sock 文件的文件权限问题。
我的位于 /var/run/mysqld 中, ls -l 看起来像这样
Could be a file permission problem on the sock file.
Mine is in /var/run/mysqld and ls -l of it looks like this