Skip to content

Commit

Permalink
change to pdo_mysql as default engine
Browse files Browse the repository at this point in the history
  • Loading branch information
hetao29 committed Mar 18, 2024
1 parent 18f6dbb commit 2debe2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/db/Db.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class Db{
*/
private $engine;
private $params;
private $_engine_name="mysql";
private $_engine_name="pdo_mysql";
private $_allow_engines=array(
"mysql","mysqli",
"mysqli",
"pdo_mysql","pdo_sqlite","pdo_cubrid",
"pdo_dblib","pdo_firebird","pdo_ibm",
"pdo_informix","pdo_sqlsrv","pdo_oci",
Expand Down

0 comments on commit 2debe2b

Please sign in to comment.