OK, here is what I have in the WP Config. I am pretty sure I changed the password this year.
I've changed out the DB_Name, DB_USER, the DB_PASSWORD, and the DB_HOST:
-------
define('DB_NAME', 'xexample_5');
/** MySQL database username */
define('DB_USER', 'xexample');
/** MySQL database password */
define('DB_PASSWORD', 'xnz855x695');
/** MySQL hostname */
define('DB_HOST', 'MySQL.example.com');
-------
So to stay up to date, if I am not already there,
I go into the CNC MySQL Manager to change password for xexample.
I simply enter the EXISTING DB_PASSWORD in the boxes New MySQL Password and Verify New MySQL Password and my WP will continue humming along? I assume all databases do not need a password of their own, only the MYSQL database password?
Quote:
Originally Posted by Kevin
You can't retrieve it and neither can we. That is what the hashing is for. OTOH, it will be in your WP config file so you either have to find it there to find out what it is or find it there to change it after you change it in the MySQL Manager.
|