I realized I’m getting old. Thanks Ivan Maljukanović for the advice. Indeed LOCAL is waaaay more easy than wamp or any other stuffs like this one.
I finally used LOCAL so the problem is solved.
It shows me the page couldn’t be loaded. I use wampserver 3.3.0-64bit
In the wordpress file I changed the wp-config-sample to wp-config with those entries :
define(‘DB_NAME’, ‘wordpress’);
/** Utilisateur de la base de données MySQL. */
define(‘DB_USER’, ‘root’);
/** Mot de passe de la base de données MySQL. */
define(‘DB_PASSWORD’, ”);
/** Adresse de l’hébergement MySQL. */
define(‘DB_HOST’, ‘localhost’);
Is there something else to do with wamp other than create the database?
Thanks for the tip but is there a solution with wamp server? What’s the adress do I have to type to have access to the local wordpress panel ?
localhost/worpress/wpadmin/wp_login.php ? Something else ?