From 41ca1ea394fc2fcc1137984c02581a68214bd0d9 Mon Sep 17 00:00:00 2001 From: dyzzyduq Date: Tue, 17 Jun 2025 11:12:36 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20console/config.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- console/config.php | 2 ++ 1 file changed, 2 insertions(+) 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