In case you're wondering, the default WAMP username\password for phpmyadmin is as follows: username: root password: [none] So if you were to say, set up the WordPress wp-config.php file, it would look something like this. /** MySQL database username */ define('DB_USER', 'root'); /** MySQL database password */ define('DB_PASSWORD', ''); I hope this help some people avoid some headaches. Cheers! … [Read more...] about Default WAMP phpmyadmin username and password
Recent Activity