开发者

exceeded the max connection per hour in mysql

开发者 https://www.devze.com 2023-03-03 15:00 出处:网络
I exceeded the set max connections for mysql. I set it in phpmyAdmin. My problem is that I cannot get in to phpmyadmin anymore开发者_开发技巧.

I exceeded the set max connections for mysql. I set it in phpmyAdmin. My problem is that I cannot get in to phpmyadmin anymore开发者_开发技巧.

It was set to some number of connections per hour. Do I have towait for an hour before I can use it again or is there a way to access phpmyAdmin or restart the settings?


this happened to me a lot, I solved this issue like this:

  • Create new database user
  • and set it to database
  • edit your config file with the new settings

and it will work.


I presume this is a per-login setting in mysqld, in which case unless you can use a different login, or can restart mysqld you'll simply have to wait until the hour is up.

You can read more about this on the MySQL Setting Account Resource Limits manual page.


Create a new user for that database. Grant that user all privileges. Then delete that user. This will reset the query limit on that database.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号