Can’t select database
-
I’m a newbie trying to install wordpress. It was running fine in my laptop (localhost via XAMPP) and so I decided to upload it on my server to do some further testing. I created the “blog” database and “wordpress” user, configured the wp-config.php < define(‘DB_NAME’, ‘blog’); define(‘DB_USER’, ‘wordpress’); > however, when I tried to access the site ( http://www.alipin.com ) The following error below came up. Did I do something wrong or is there a latency period after creating the database?
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 blog 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?If you don’t know how to setup a database you should contact your host. If all else fails you may find help at the WordPress Support Forums.
The topic ‘Can’t select database’ is closed to new replies.