Codeigniter : unable to connect to database, server error
问题 I have a codeigniter web application which is working in lamp but not working in wamp. When I try to access the site it gives the following error Unable to connect to your database server using the provided settings. Filename: E:\wamp\www\CI\system\database\DB_driver.php Line Number: 114 I have used mysql and sqlite in my application. Database.php $active_group = 'default'; $active_record = TRUE; $db['login']['hostname'] = 'localhost'; $db['login']['username'] = 'root'; $db['login']['password