Hello All,
In order to change the database password for wordpress one need to edit wp-config.php file from the server. One need to edit below mentioned definition in the file:
define('DB_PASSWORD', 'password');
One can provide desired database password and save the file to apply changes.
Thanks,
Shane G.
Popularity: 4%