Install error: “trouble selecting proper database
-
This is the problem I am having trying to install WordPress. Any ideas on what I’m doing wrong?
We’re having a little trouble selecting the proper database for WordPress.
* Are you sure it exists?
* Your database name is currently specified as arti_wordpress. Is this correct?
* 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?
// ** MySQL settings ** //
define(‘DB_NAME’, ‘arti_wordpress’); // The name of the database
define(‘DB_USER’, ‘arti_artitumis’); // Your MySQL username
define(‘DB_PASSWORD’, ‘xxxx’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
Any help you can provide would be greatly appreciated. Thanks!
Marcus
- The topic ‘Install error: “trouble selecting proper database’ is closed to new replies.