Website Crashing

Permalink
Hi Guys,

Hope you will be able to help me with this

The website keeps on crashing down and I am getting the same error

An exception occurred while executing 'SELECT t0.siteLocaleID AS siteLocaleID_1, t0.msIsDefault AS msIsDefault_2, t0.msLanguage AS msLanguage_3, t0.msCountry AS msCountry_4, t0.msNumPlurals AS msNumPlurals_5, t0.msPluralRule AS msPluralRule_6, t0.msPluralCases AS msPluralCases_7, t0.siteID AS siteID_8, t0.siteTreeID AS siteTreeID_9 FROM SiteLocales t0 WHERE t0.msIsDefault = ? LIMIT 1' with params [1]: SQLSTATE[42000]: Syntax error or access violation: 1226 User 'agelinc' has exceeded the 'max_questions' resource (current value: 75000)

1 Attachment

 
mhawke replied on at Permalink Reply
mhawke
If I'm not mistaken, that is a message that happens in shared hosting environments where your website has queried the database too often within a given length of time. I'd contact your host to see what they suggest. Perhaps your traffic is getting too high for the hosting package you bought. I don't think this is directly related to concrete5. Others should chime in if I'm misguided.
deepvyas replied on at Permalink Reply
You can try out below steps your phpmyadmin console :

SET @MAX_QUESTIONS=0; // This will set unlimited.
FLUSH PRIVILEGES;