@i_banks
Not recently active
-
pcwriter posted on the forum topic Changed Hosting Accounts…Files To Modify DB Connection? in the group How-To and Troubleshooting: 13 years, 8 months ago
@i_banks 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…
[Read more]