update wizard relation db store procedure parameter(erase _)
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@ const pool = mysql.createPool({
|
||||
connectionLimit: 15, // 增加併發處理能力
|
||||
queueLimit: 0,
|
||||
multipleStatements: true,
|
||||
timezone: '+08:00' // 強制時區一致
|
||||
charset: 'utf8mb4', // 確保這一行存在
|
||||
timezone: '+08:00' // 強制時區一致
|
||||
});
|
||||
|
||||
// 啟動測試
|
||||
|
||||
Reference in New Issue
Block a user