What’s wrong with my wp-config.php file?
-
I’ve been messing with the wp-config.php file and put in all the necessary data but it still gives me a message “Error establishing a database connection”.
Here is what I have so far, can anyone tell me what I’m doing wrong? Also, do I need AUTH KEYS?
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘onl0816607103662’);/** MySQL database username */
define(‘DB_USER’, ‘onl0816607103662’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘mypasswordhere’);/** MySQL hostname */
define(‘DB_HOST’, ‘p50mysql141.secureserver.net’);/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);
- The topic ‘What’s wrong with my wp-config.php file?’ is closed to new replies.