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",