From 132b06e02b149674ca523ca795e62347936e52d9 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 17 Dec 2024 15:48:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(DBServer):=20=E4=BF=AE=E6=94=B9=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E8=BF=9E=E6=8E=A5=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将数据库连接端口从 3307 修改为 3308 - 此修改解决了端口冲突问题,提高了系统的稳定性 --- DBServer/DBServerLinux.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBServer/DBServerLinux.txt b/DBServer/DBServerLinux.txt index 8d52060..8abef28 100755 --- a/DBServer/DBServerLinux.txt +++ b/DBServer/DBServerLinux.txt @@ -41,7 +41,7 @@ DBServer = { --数据库连接配置 SQL = { Host = "127.0.0.1", - Port = 3307, + Port = 3308, DBName = "mir_actor_s1", DBUser = "root", DBPass = "mysql_Adkijc",