Change driver from mysql to mysqli
This commit is contained in:
Aaron Gong
2016-01-13 15:58:20 +08:00
parent 26ff81ab71
commit d0c765ce20

View File

@@ -52,7 +52,7 @@ $db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'root';
$db['default']['password'] = '';
$db['default']['database'] = 'ospos';
$db['default']['dbdriver'] = 'mysql';
$db['default']['dbdriver'] = 'mysqli';
$db['default']['dbprefix'] = 'ospos_';
$db['default']['pconnect'] = FALSE;
$db['default']['db_debug'] = TRUE;