CodeIgniter Forums
Unable to select the specified database - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Unable to select the specified database (/showthread.php?tid=54560)



Unable to select the specified database - El Forum - 09-14-2012

[eluser]rochellecanale[/eluser]
hey guys im trying to retrieve my information from my model and ive got this problem. What should i do? i checked my configuration file in database and i found out that all of my settings there is correct. what is the cause of this problem?


Unable to select the specified database - El Forum - 09-14-2012

[eluser]rogierb[/eluser]
Did you check if the user is allowed to make a connection from your IP?

Does it work without using CI?


Unable to select the specified database - El Forum - 09-14-2012

[eluser]TWP Marketing[/eluser]
The usual problems are name of database, username and password.

You can check that by using a db tool, such as MyPhpAdmin, to open your database. If you can do that, then the three items are correct.

I assume you have checked application/config/database.php for correct settings.