MyBB Community Forums

Full Version: what's wrong with my board?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i got this message from trying to access my board :
mySQL error: 1142
INSERT command denied to user 'oscarspot_1'@'50webs.net' for table 'mybb_sessions'
Query: INSERT INTO mybb_sessions (uid, sid, time, ip, location, useragent, location1, location2) VALUES ('0', 'e3a77f6d08034fdb5471bebb4881facf', '1152667052', '216.197.***.**', '/', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4', '0', '0');

access database denied or what?
Your mysql user (oscarspot_1) doesn't have the permission to execute an "INSERT" command to the table. You need to grant the "INSERT" command to your user. There's probably a way to do it in your host's control panel.

See GRANT at MySQL.com
geese, i didnt touch that database these days!