UtopiaSoftware Forums

Full Version: Error selecting the appropriate MySQL database!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get this error: Error selecting the appropriate MySQL database!

I have made sure that the username and password are correct. So far haven't been able to figure out what is causing this. Any hints/help is appreciated.

Thank you,
-Sov13t.
Username and password may be correct, but this error implies that the database name is incorrect. You'll have to check config.inc.php and make sure the database name matches with the database you created.
Hi,
I can not connect to the DB. He keep saying:

Unable to connect to database host
MySQL Error: Access denied for user 'info'@'localhost' (using password: NO)

but i filled in all that was needed!
Yarno
The usual reason for this would be entering incorrect user/password information, or perhaps user/pass information for an account that does not have access to the specified database.
Reference URL's