More of that wp config help, please!
-
Here’s my stuff:
// ** MySQL settings ** //
define('DB_NAME', 'opheliac_wordpress'); // The name of the database
define('DB_USER', 'opheliac_wordpress'); // Your MySQL username
define('DB_PASSWORD', '*****'); // ...and password
define('DB_HOST', '66.227.22.238'); // 99% chance you won't need to change this value
// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = 'opheliac_'; // example: 'wp_' or 'b2' or 'mylogin_'
I’ve tried changing the table prefix (left as it was, and also opheliac_wordpress), the DB host (tried: NS2.LIMITEDWEBGROUP.COM), etc but I’m getting this:
https://www.opheliac9.com/wp-admin/install.php
“Error establishing a database connection! This probably means that the connection information in youn wp-config.php file is incorrect. Double check it and try again.
Are you sure you have the correct user/password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running? “
I currently have my old index.php redirected, but the blog will be at
https://www.opheliac9.com
My head is foggy, so I’m likely leaving out something you need to know… any help would be REALLY appreciated!!! ??
-Hannah
- The topic ‘More of that wp config help, please!’ is closed to new replies.