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?