Exceeded Server 'max_user_connections' resource

3rd AnGle

Well-known member
My site was normally taking much more traffic without much problem a month back but now even with lesser traffic i am getting this "exceeded the 'max_user_connections' resource" error every now and then.. it is worsening.

I understand my server limit (25 sql connections as per hostgator).. but my question is if my site didn't have problem with much heavier traffic before why can't it handle now?

Is there any settings i can tweak?.. as for now i am going to disable few module here and there to check if it helps. Kindly help

An exception occurred: User 'XXX_XXX' has exceeded the 'max_user_connections' resource (current value: 1) in public_html/this.com/library/Zend/Db/Adapter/Mysqli.php on line 333
  1. Zend_Db_Adapter_Mysqli->_connect() in Zend/Db/Adapter/Abstract.php at line 315
  2. Zend_Db_Adapter_Abstract->getConnection() in XenForo/Application.php at line 553
  3. XenForo_Application->loadDb() in XenForo/Application.php at line 780
  4. XenForo_Application->lazyLoad() in XenForo/Application.php at line 810
  5. XenForo_Application::get() in XenForo/Application.php at line 1099
  6. XenForo_Application::getDb() in XenForo/Model.php at line 161
  7. XenForo_Model->_getDb() in XenForo/Model/DataRegistry.php at line 138
  8. XenForo_Model_DataRegistry->_getMultiFromDb() in XenForo/Model/DataRegistry.php at line 97
  9. XenForo_Model_DataRegistry->getMulti() in XenForo/Dependencies/Abstract.php at line 134
  10. XenForo_Dependencies_Abstract->preLoadData() in XenForo/FrontController.php at line 125
  11. XenForo_FrontController->run() in public_html/this.com/admin.php at line 13
 
Top Bottom