By alargent on
Having a problem with my site doing down completely. Here's the error:
Fatal error: INSERT command denied to user 'user1079040'@'64.224.109.27' for table 'sessions' query: INSERT INTO sessions (sid, uid, hostname, timestamp) VALUES ('c43399c13f0cf680336454d356f39034', 0, '67.183.76.188', 1147540249) in /home/cust1/user1079040/html/includes/database.mysql.inc on line 66
Has anyone seen this before? I don't see any record of it in the forums yet. Any help would be much appreciated.
Comments
MySQL database error
That's a database error from (I think) MySQL.
Your user "user1079040" isn't allowed to make a change to a database table.
Sounds like someone revoked your database user privileges: speak to your DBA (database administrator).
-- Version Control your Drupal web site with The File High Club's Free Trial!
Yeah, I suspected as much.
Yeah, I suspected as much. Just wanted to make sure it wasn't some config setting I screwed up in Drupal. Too bad it took the sysadmins a 1/2 day to get the permissions fixed...
thanks!