Godaddy install woes
-
Hello,
Have been pouring over the many previous posts on this topic. Have tried everything listed in all that I’ve read and still no help. At this point the error message says:
————————
Can’t select databaseWe were able to connect to the database server (which means your username and password is okay) but not able to select the WordPress451 database.
———————–
I think I have my wp-config file edited correctly at this time.
‘Localhost’ has been edited to reflect the proper mysqlXXX.secureserver.net.
I switched from Windows hosting to Linux php.
Mysql is setup. All names are correct. I have given the DB a unique name.
Here are the edited parts of the file sans password:
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘WordPress451’); // The name of the database
define(‘DB_USER’, ‘Montag451’); // Your MySQL username
define(‘DB_PASSWORD’, ‘XXXXXXX’); // …and password
define(‘DB_HOST’, ‘mysql289.secureserver.net’); // 99% chance you won’t need to change this valueAny ideas?
Thanks,
John
The topic ‘Godaddy install woes’ is closed to new replies.