Re: Changed Hosting Accounts…Files To Modify DB Connection?
In your wp-config.php file (root of your site), you’ll see the following lines:
`// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘your-db-name-here’);
/** MySQL database username */
define(‘DB_USER’, ‘your-db-username-here’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘your-db-password-here’);`
Insert your connection info in the appropriate places, save and reupload.