CodeIgniter Forums
Unable to select the specified database: test - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Unable to select the specified database: test (/showthread.php?tid=66153)



Unable to select the specified database: test - maiysoona - 09-13-2016

Dear All:
i am new in learning Codeigniter and i am in my second day in learning how to call database table contents to be displayed in a page, but for my sorry i always get this error, however; i give all privilleges to all users of local host, root, 127.0.0.1 
i tried many solutions as to change $db['default']['pconnect'] = TRUE; to false but it didn't work, so anyone can help?


RE: Unable to select the specified database: test - InsiteFX - 09-13-2016

The database host should be localhost that's what MySQL usually uses.

Not sure how you have it setup on your end if you could post your database.php config file we would know more on how to help.