MyBB Community Forums

Full Version: Installation Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I tried installing the forum (/install), i got this error while setting up the 'Data Insertion' portion of the installation.
Quote:MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1142 - INSERT command denied to user 'dbo483621573'@'74.208.191.182' for table 'mybb_attachtypes'
Query:
INSERT INTO mybb_attachtypes (atid, name, mimetype, extension, maxsize, icon) VALUES (1, 'ZIP File', 'application/zip', 'zip', 1024, 'images/attachtypes/zip.gif');

how can i get passed this?
Are you using a cPanel host? If so, make sure to check the MySQL Users page and verify that the user for your database has all permissions (technically you don't need *all* of them, but I don't have a definitive list).