I upgraded from 3.0.1 to 3.0.6 today, now my email is getting flooded with errors.
All have the same 1142 error number (which is the access denied error).
-----------
Database error in vBulletin 3.0.6:
Invalid SQL:
UPDATE cron
SET nextrun = 1106542560
WHERE cronid = 2 AND nextrun = 1106535360 mysql error: update command denied to user: '[hidden]' for table 'cron'
mysql error number: 1142
Date: Monday 24th of January 2005 06:06:56 AM
Script: http://www.xtremetek.com/forums/cron.php?&rand=714033
Referer: http://www.xtremetek.com/forums/show...p?threadid=634
Username: Unregistered
IP Address: [hidden]
--------
I copied and pasted one of the SQL queries and try to execute it manually through phpMyAdmin. It also denied me permission.
I'm posting to see if there some known issue that caused this or if I need to talk to my host.
EDIT:
Just found out this is preventing me from getting into the admin console as well (decided I should go make a back up in case anything happened). This time the error arises from a permission denied to the session table.
All have the same 1142 error number (which is the access denied error).
-----------
Database error in vBulletin 3.0.6:
Invalid SQL:
UPDATE cron
SET nextrun = 1106542560
WHERE cronid = 2 AND nextrun = 1106535360 mysql error: update command denied to user: '[hidden]' for table 'cron'
mysql error number: 1142
Date: Monday 24th of January 2005 06:06:56 AM
Script: http://www.xtremetek.com/forums/cron.php?&rand=714033
Referer: http://www.xtremetek.com/forums/show...p?threadid=634
Username: Unregistered
IP Address: [hidden]
--------
I copied and pasted one of the SQL queries and try to execute it manually through phpMyAdmin. It also denied me permission.
I'm posting to see if there some known issue that caused this or if I need to talk to my host.
EDIT:
Just found out this is preventing me from getting into the admin console as well (decided I should go make a back up in case anything happened). This time the error arises from a permission denied to the session table.
Comment