Skip to content

Commit 20a1df8

Browse files
committed
Changed installer default driver to mysqli
1 parent 4fef0c7 commit 20a1df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function file_put_contents($n, $d, $flag = false) {
3030
}
3131
}
3232
if ( !defined('XF_DB_DRIVER') ){
33-
define('XF_DB_DRIVER','mysql');
33+
define('XF_DB_DRIVER','mysqli');
3434
}
3535
define('DB_HOST', 'localhost'); // This is the host of your mysql dbms
3636
ini_set('include_path','.'.PATH_SEPARATOR.'lib');

0 commit comments

Comments
 (0)