diff --git a/console/config.php b/console/config.php index 42c4d4b..800ee7f 100755 --- a/console/config.php +++ b/console/config.php @@ -7,6 +7,7 @@ $password = ''; // 数据库密码(你提供的密码) // 创建数据库连接 $conn = new mysqli($host, $username, $password, $dbname); +$easyauthConn = new mysqli($host, $username, $password, $dbname); // 检查连接是否成功 if ($conn->connect_error) { @@ -19,4 +20,5 @@ $password = 'ccsdatabase'; $easyauthConn = new mysqli($host, $username, $password, $dbname); $conn->set_charset("utf8mb4"); +?> ?> \ No newline at end of file