Skip to content

Commit

Permalink
Set default dbdriver to mysqli
Browse files Browse the repository at this point in the history
  • Loading branch information
krouma committed Nov 21, 2019
1 parent e05ebc8 commit 5fe91d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/database-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
$db['default']['username'] = '@username';
$db['default']['password'] = '@password';
$db['default']['database'] = '@database';
$db['default']['dbdriver'] = 'mysql';
$db['default']['dbdriver'] = 'mysqli';
$db['default']['dbprefix'] = '@prefix';
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
Expand All @@ -66,4 +66,4 @@


/* End of file database.php */
/* Location: ./application/config/database.php */
/* Location: ./application/config/database.php */

0 comments on commit 5fe91d8

Please sign in to comment.