From 11f86fd546c3dd4da85a4f97015851b611f7832b Mon Sep 17 00:00:00 2001 From: mmc <1556375442@qq.com> Date: Mon, 15 Sep 2025 10:27:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server2.js b/server2.js index d425fa1..6d2515a 100644 --- a/server2.js +++ b/server2.js @@ -13,7 +13,7 @@ const port = 30004; const mysql = require("mysql2/promise"); // 初始化数据库连接池 const pool = mysql.createPool({ - host: "localhost", + host: "1.95.137.212", user: "root", password: "maibu520", database: "fastbee",