我爲我的webapp使用MySQLi,但每當我想訪問某個特定頁面時,我都會得到mysqli_connect() [function.mysqli-connect]: (42000/1203): User ***_user already has more than 'max_user_connections' active connections
。我需要做些什麼來擺脫「最大用戶連接」錯誤?
我試過已經關閉了所有連接,但這並沒有改善這種情況。
有沒有辦法確切知道在特定時刻打開了哪些連接或者可以幫助我解決此問題的其他任何有用數據?
順便說一句,我使用PHP 5.2.17和MySQL 5.1。
的http:// stackoverflow.com/questions/4079531/mysqli-error-user-already-has-more-than-max-user-connections-active-connectio – redburn
'將max_user_connections'設置爲更高的數字 – DevZer0