什么会导致 Debian Lenny 上的 php PDO mysql 出现间歇性 SQLSTATE[HY000] [2002] No such file or directory 错误?

发布于 2024-11-06 20:38:52 字数 211 浏览 0 评论 0原文

连接是通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

离线来电— 2024-11-13 20:38:52

原来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.

戏舞 2024-11-13 20:38:52

可能是 sock 文件的文件权限问题。

我的位于 /var/run/mysqld 中, ls -l 看起来像这样

srwxrwxrwx 1 mysql mysql 0 May 14 06:28 mysqld.sock

Could be a file permission problem on the sock file.

Mine is in /var/run/mysqld and ls -l of it looks like this

srwxrwxrwx 1 mysql mysql 0 May 14 06:28 mysqld.sock
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文