My db is perpetually shutting down. Example Error messages are below. It looks to be the Cron Jobs are trying to run and my crappy web host's limit is causing the db to shut down. It's been down for hours now. What can I do to temporarily "fix" this until I can move to a decent web host???
Invalid SQL:
SELECT title, data
FROM vb3_datastore
WHERE title IN ('options', 'cron', 'forumcache', 'usergroupcache',
'stylecache', 'userstats', 'birthdaycache', 'maxloggedin', 'iconcache',
'eventcache', 'mailqueue')
mysql error: User 'slotcari_vBf' has exceeded the 'max_questions'
resource (current value: 50000)
mysql error number: 1226
SELECT title, data
FROM vb3_datastore
WHERE title IN ('options', 'cron', 'forumcache', 'usergroupcache',
'stylecache', 'userstats', 'birthdaycache', 'maxloggedin', 'iconcache',
'eventcache', 'mailqueue')
mysql error: User 'slotcari_vBf' has exceeded the 'max_questions'
resource (current value: 50000)
mysql error number: 1226
Database error in vBulletin :
Invalid SQL:
SELECT title, data
FROM vb3_datastore
WHERE title IN ('options', 'cron', 'forumcache', 'usergroupcache',
'stylecache', 'iconcache', 'mailqueue')
mysql error: User 'slotcari_vBf' has exceeded the 'max_questions'
resource (current value: 50000)
mysql error number: 1226
Invalid SQL:
SELECT title, data
FROM vb3_datastore
WHERE title IN ('options', 'cron', 'forumcache', 'usergroupcache',
'stylecache', 'iconcache', 'mailqueue')
mysql error: User 'slotcari_vBf' has exceeded the 'max_questions'
resource (current value: 50000)
mysql error number: 1226
Comment