I tried to turn on my CMS yesterday (vB 4.1.7 P2) and got this database error when I tried to create a new article:
Invalid SQL:
LOCK TABLES vBcms_node WRITE, vBlanguage read;
MySQL Error : Access denied for user 'xxxxx'@'%' to database 'xxxxxx'
Error Number : 1044
Request Date : Friday, December 2nd 2011 @ 12:26:14 AM
Error Date : Friday, December 2nd 2011 @ 12:26:14 AM
Script : http://www.biblewheel.com/content.ph...ome/addcontent
Referrer : http://www.biblewheel.com/content.php?1-welcome
IP Address : xxxxxx
Username : xxx
Classname : vB_Database
MySQL Version : 5.1.42-community
I've seen a few threads with this same problem, and the solution has always been to get more permissions from your host. But I talked with my host and they say I have "all the rights I need" to the db. Apparently not.
But I don't understand why this would only happen with CMS. Is there never any "LOCK TABLES" queries in the rest of vB? Does anyone here understand what is really going on with this problem?
Invalid SQL:
LOCK TABLES vBcms_node WRITE, vBlanguage read;
MySQL Error : Access denied for user 'xxxxx'@'%' to database 'xxxxxx'
Error Number : 1044
Request Date : Friday, December 2nd 2011 @ 12:26:14 AM
Error Date : Friday, December 2nd 2011 @ 12:26:14 AM
Script : http://www.biblewheel.com/content.ph...ome/addcontent
Referrer : http://www.biblewheel.com/content.php?1-welcome
IP Address : xxxxxx
Username : xxx
Classname : vB_Database
MySQL Version : 5.1.42-community
I've seen a few threads with this same problem, and the solution has always been to get more permissions from your host. But I talked with my host and they say I have "all the rights I need" to the db. Apparently not.
But I don't understand why this would only happen with CMS. Is there never any "LOCK TABLES" queries in the rest of vB? Does anyone here understand what is really going on with this problem?
Comment