Jump to content

installation assistant:db


Recommended Posts

Hi,

 

I have created a database with mysqladmin because my phpmyadmin does not work

mysqladmin -u root -p create prestashop

mysql -u root -p

>GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, LOCK TABLES, CREATE TEMPORARY TABLES ON `prestashop`.* TO 'root@'localhost' IDENTIFIED BY 'password';

 

In the assistent the test for db connection works

Then it creates settng.inc file

Then it creates db tables

Then it would like to Create default shop and languages:

 

But the it gives the message:Cannot install language "English (English)"

 

How can i find a solution for this?

 

Regards

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...