Log in

View Full Version : DB error


JayGatz
04-12-2009, 01:44 AM
Database error in vBulletin 3.6.8:

Invalid SQL:

REPLACE INTO datastore
(title, data, unserialize)
VALUES
('birthdaycache', 'a:4:{s:4:\"day1\";s:10:\"2009-04-11\";s:4:\"day2\";s:10:\"2009-04-12\";s:6:\"users1\";N;s:6:\"users2\";N;}', 1);

MySQL Error : INSERT command denied to user 'dbo230289483'@'74.208.16.165' for table 'datastore'
Error Number : 1142



Not sure exactly what to do. The other instances of people having this problem that I found had different causes...

Lynne
04-12-2009, 02:46 AM
You aren't showing us the actual error. We need to see the stuff from where it says "MySQL Error" on to the bottom of the error.

JayGatz
04-12-2009, 03:33 AM
Edited- didnt realize I didnt copy the whole thing.

--------------- Added 1239539925 at 1239539925 ---------------

bump

snakes1100
04-12-2009, 12:25 PM
The error states the user dont have INSERT privileges for the db.

You need to fix the user permissions on the db to allow that user INSERT access to the db.