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.
1 2 3 4 |
/** MySQL database username */ define('DB_USER', 'root'); |
1 2 3 4 |
/** MySQL database password */ define('DB_PASSWORD', ''); |
I hope this help some people avoid some headaches. Cheers!
Recent Activity