|
|
昨天提交的问题,今天给我回复邮件了,原文如下:
This update was added:
Dear Xu,
Thank you for your inquiry. Please let us inform you that every mysql database user can have a maximum of 50 simultaneous connections. The error you are getting is caused by the fact that user limit is exceeded. Note that 50 connections is more than enough for most applications, thus we recommend you to review your code to make sure unused queries are being closed properly. Additionally you can create another user for your MySQL database and shared connections between 2 users. As the immediate solution you can open phpMyAdmin and kill all connections from there. This will resolve problem for now, but we still suggest you to look into the code to correct the problem permanently. Should you have any further questions or concerns regarding this, please feel free to contact us.
意思大体是说我的数据库并发连接超过了50个,要我检查代码,或者登陆phpMyAdmin,删除额外连接数,可问题是,我现在已经无法登陆phpMyAdmin了,提示:#1203 - User C272231_hao8gocc already has more than 'max_user_connections' active connections
相信代码没问题,因为相同的代码在别的空间商运行正常,而这样我该怎么办呢,老版帮忙啊,愁死。方便的话加下我的QQ:21971761,三叩答谢! |
|