Encrypt DB_PASSWORD in wp-config.php
-
I had to change my database connection in WordPress today. Everything is working fine but I had to change the DB password in wp-config.php with a new password. My concern is that the previous password appeared to be encrypted in the wp-config.php.
How do I get this encrypted again? I reran setup-config.php but this still left the password not encrypted. The old secret keys are in the wp-config.php file. Not sure if this is related.
/** MySQL database password */
define(‘DB_PASSWORD’, ‘mypassword’);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Encrypt DB_PASSWORD in wp-config.php’ is closed to new replies.