Jump to content

install problem


Recommended Posts

it says the database is connected, when i press next it comes up with the following error.

Error while inserting data into 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=MyISAM DEFAULT CHARSET=utf8'
CREATE command denied to user


Thanks for any help

Link to comment
Share on other sites

Hi

You must grant privilege on your database.

Logon to your phpmyadmin, click on privileges.
Click on the modify icon corresponding to your database user.
Look at the Database-specific privileges block.
If you can see your database, check that your user have All Privileges. If not click on the edit icon, and on the next screen click on Check All, and then on Go
If you cannot see your database, click on the button on the right of Add privileges on the following database, and select your database. On the next screen click on Check All, and then on Go.

you should now be able to install Prestashop.

Xavier

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...