Jump to content

Problem with connection database.


Recommended Posts

Hi @PrestaServicePro!

I think I'm having same problem as author of this post. 
So phpMyAdmin database service have new user with all privileges to manage new database: "prestashopdb". Below console log from this operation:

CREATE USER 'prestashopdb'@'localhost' IDENTIFIED VIA mysql_native_password USING '***';GRANT ALL PRIVILEGES ON *.* TO 'prestashopdb'@'localhost' REQUIRE NONE WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0;CREATE DATABASE IF NOT EXISTS `prestashopdb`;GRANT ALL PRIVILEGES ON `prestashopdb`.* TO 'prestashopdb'@'localhost';

PrestaShop wizard is filed as below, unfortunately test fails, without specific tip in error box:

spacer.png

I've tested connection to this database with php code 

$conn = new mysqli($servername, $username, $password);

and it ends successfully. Changeing port of MySQL did not help.

Any idea whats here wrong?

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