Changing MySQL Database Password for Wordpress
When we install WordPress for the first time on a blog, we create new database, new user and set a new password for it. We give the same details in wp-config.php file.
Now I want to change database password but I'm worried that nothing should go wrong while doing this. So follow the steps.
Which are the places which contain database password details and which places should I change to change the db password.
Do as following:
1. First change db password using
cPanel -> Databases -> MySQL Databases.
Here it allows you to change current user password.
2. After changing password, set the same in wp-config.php file.
And Its DONE.
Comments
Post a Comment