shahjhan Posted August 3, 2012 Share Posted August 3, 2012 hi there, my database has been verified but an error arises: Error while inserting data in the database: 'CREATE TABLE `ps_access` ( `id_profile` int(10) unsigned NOT NULL, `id_tab` int(10) unsigned NOT NULL, `view` int(11) NOT NULL, `add` int(11) NOT NULL, `edit` int(11) NOT NULL, `delete` int(11) NOT NULL, PRIMARY KEY (`id_profile`,`id_tab`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8' CREATE command denied to user \'sunni\'@\'localhost\' for table \'ps_access\'(Error: : 1142) Link to comment Share on other sites More sharing options...
bellini13 Posted August 3, 2012 Share Posted August 3, 2012 the mysql database user sunni@localhost does not have access to create tables. I would re-create that user and ensure you have provided access to create tables. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now