Skip to content

Commit

Permalink
starts using mysqli
Browse files Browse the repository at this point in the history
  • Loading branch information
antonraharja committed May 6, 2016
1 parent 51f92b0 commit 4e58b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/config-dist.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
// PHP PEAR DB compatible database engine:
// mysql, mysqli, pgsql, odbc and others supported by PHP PEAR DB
$core_config['db']['type'] = 'mysql'; // database engine
$core_config['db']['type'] = 'mysqli'; // database engine
$core_config['db']['host'] = '#DBHOST#'; // database host/server
$core_config['db']['port'] = '#DBPORT#'; // database port
$core_config['db']['user'] = '#DBUSER#'; // database username
Expand Down

0 comments on commit 4e58b8b

Please sign in to comment.