SQLSTATE[08004] [1040] 连接过多
我收到此错误消息 SQLSTATE[08004] [1040] 连接太多
,我正在使用 pdo 适配器。我需要关闭连接吗?我该怎么做?
I'm getting this error messages SQLSTATE[08004] [1040] Too many connections
, I'm using pdo adapter. Do I need to close connection? And how I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
在您的 my.conf 文件(通常位于 /etc 中)中找到这样一行:
以及该集合下方的某处
或您需要的任何数值。
更多信息请参见:MySQL 5.5 参考手册:连接过多< /a>.
In your my.conf file (usually located in /etc) find the line that says:
And somewhere below that set
Or whatever numeric value you need.
More information here: MySQL 5.5 Reference Manual: Too many connections.
您需要更改您的
my.cnf
文件。将值调高。
You need change your
my.cnf
file.Upper the value.
对我来说这个错误的根本原因是硬盘已满。记住这一点,认为这是一种可能性。
The root cause for this error for me was a full hard drive. Keep that in mind as a possibility.
在你的 mysql 中我必须运行这个:
我正在使用 phpMyAdmin 并且我执行了
In your mysql my must to run this:
I'm using phpMyAdmin and I executed