CodeIgniter Forums
A Database Error - 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: A Database Error (/showthread.php?tid=55831)



A Database Error - El Forum - 11-12-2012

[eluser]nnn[/eluser]
Quote:Unable to select the specified database: mydb

Filename: system\database\DB_driver.php

Can anyone help me what i need to do.


A Database Error - El Forum - 11-12-2012

[eluser]noslen1[/eluser]
You probably haven't correctly set your database connection located in /config/database.php

Code:
$db['default']['hostname'] = 'localhost'; // or distant DB
$db['default']['username'] = ''; // User able to connect to your db, blank or "root" in local
$db['default']['password'] = ''; // You should know it
$db['default']['database'] = ''; // The name of your DB
$db['default']['dbdriver'] = 'mysql'; // If it's running on mysql