WordPress > Error
-
Hello All,
I am getting the, evidently “blue-screen of Death”, for wordpress. obviously, this is a web-based form but the install isnt going good. Here are the stats in the config file, obviously adjusted.define(‘DB_NAME’, ‘<username>_test’); // The name of the database
define(‘DB_USER’, ‘<username>_user’); // Your MySQL username
define(‘DB_PASSWORD’, ‘<pass>’); // …and password
define(‘DB_HOST’, ‘mysql.avidhosting.com’); // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);the rendered error message is:
Can’t select database
We were able to connect to the database server (which means your username and password is okay) but not able to select the <username>_test database.Are you sure it exists?
On some systems the name of your database is prefixed with your username, so it would be like username_wordpress. Could that be the problem?Now my hosting company is AvidHosting and they specified a port for the mysql server. I appended this to the DB_host entry in the config file (i.e.: ‘mysql.avidhosting.com:3306’) and still nothing. The user name that i did use is the account default super-admin ID.
In the past i havent had much, if any, problems with setting PHP BB or eCommerce sites, but this one is throwing me for a curve. BTW, this has a business type interface, but its really just a resume site, that i mostly use for email for the family.
- The topic ‘WordPress > Error’ is closed to new replies.