max_user_connections error

I just got the same issue, but the host support has response with some issue as below:

--------------------------------------------------------------------------------------------
The MySQL queries with respect to the database "myxf_guy" was getting piled up which was the reason for the connections to be getting completely used

----
| 66726 | myxf_guy | localhost | myxf_xen | Execute | 35816 | Creating delayed handler | INSERT DELAYED INTO xf_attachment_view
| 70099 | myxf_guy | localhost | myxf_xen | Execute | 35754 | Creating delayed handler | INSERT DELAYED INTO xf_attachment_view
| 77440 | myxf_guy | localhost | myxf_xen | Execute | 35665 | Creating delayed handler | INSERT DELAYED INTO xf_nflj_showcase_item_view
| 77894 | myxf_guy | localhost | myxf_xen | Execute | 35658 | Creating delayed handler | INSERT DELAYED INTO xf_attachment_view
| 79755 | myxf_guy | localhost | myxf_xen | Execute | 35628 | Creating delayed handler | INSERT DELAYED INTO xf_attachment_view
----

I've killed the queries now and the site is loading now, please contact the developer of the site and investigate why this was happening so as to avoid further issues.
--------------------------------------------------------------------------------------------
 
Top Bottom