YAIE (Yet Another Install Error)
-
Here’s the relevant section of my wp-config.php file:
// ** MySQL settings ** //
define(‘DB_NAME’, ‘robcarr2’); // The name of the database
define(‘DB_USER’, ‘robcarr2’); // Your MySQL username
define(‘DB_PASSWORD’, ‘*********’); // …and password
define(‘DB_HOST’, ‘https://io2.your-site.com’); // 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 = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’
And, when I go to the install.php file, I get:
Error establishing a database connection! This probably means that the connection information in your wp-config.php file is incorrect. Double check it and try again.
etc.
I can go to https://io2.your-site.com in my browser and, entering the user name and password, find that there is a database with the proper name.
I’ve screwed something up, but I don’t know what. Any ideas?
Thanks in advance,
Rob
- The topic ‘YAIE (Yet Another Install Error)’ is closed to new replies.