Can’t select database
-
Hi,
I am installing wordpress on hostgator I am using the following details (from my database)
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘redacted‘);/** MySQL database username */
define(‘DB_USER’, ‘redacted‘);/** MySQL database password */
define(‘DB_PASSWORD’, ‘redacted‘);/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);problem is I am getting this error, anyone know what I need to do?
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 redacted database.
Are you sure it exists?
Does the user redacted have permission to use the redacted database?
On some systems the name of your database is prefixed with your username, so it would be like redacted. Could that be the problem?Thanks
Brendanredacted db information – moderator
The topic ‘Can’t select database’ is closed to new replies.