Selecting Database within codeigniter - can not select database now Selecting Database within codeigniter - can not select database now codeigniter codeigniter

Selecting Database within codeigniter - can not select database now


In your control panel , go to MySQL Databases

Databases as Shown on Common Cpanel

I assumed you have already created a user , Now what you are missing out ... is that you did not add the user to the database

enter image description here

after adding , confirm the necessary permission , then you are good to go!


Set $db['default']['pconnect'] = FALSE;. Here mysql_pconnect() is disabled, So we are using mysql_connect().


open application->config->database.php

and set the configuration variable

$db['default']['database'] = 'new name';