Wordpress question - please help

delnabo

Regular Member
Joined
May 15, 2010
Messages
230
Reaction score
6
Hello,

I just changed MYSQL user/pass. Can someone tell me what file(s) to modify after this change? Thanks!!
 
You need to edit wp-config.php

Change only the following that is in Red:

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'Put Your Database Name Here');

/** MySQL database username */
define('DB_USER', 'Put Your Database User Here');

/** MySQL database password */
define('DB_PASSWORD', 'Put Your Database Password Here');
 
Back
Top