can’t connect to mysql after migration
-
Using your great plugin, and running last versions : wp 5.1.1, duplicator 1.3.10 and php 7.2.17.
i get the mysql server error at step 4 (log to admin), after a quick check of wp-config.php i noticed a double quote (instead of a single quote) encapsulating the mysql user’s password value.
define(‘DB_NAME’, ‘XXX’);
/** Utilisateur de la base de données MySQL. */
define(‘DB_USER’, ‘XXX’);
/** Mot de passe de la base de données MySQL. */
define(‘DB_PASSWORD’, “XXX”);after correcting this, error is gone.
Hope that helps
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘can’t connect to mysql after migration’ is closed to new replies.