Sfoglia il codice sorgente

修改MySQL连接串

gwang 5 anni fa
parent
commit
3b3e6c5cce
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      Gameserver/gamesys/globals.php

+ 4 - 4
Gameserver/gamesys/globals.php

@@ -14,11 +14,11 @@ define("GAME_PLAT", "main"); // main 360 baidu dcn mi uc
 if (GAME_ONLINE) {
 
     // TODO: config the cdb set
-    define("CDB_HOST", "rm-uf677o06lxw0602qk.mysql.rds.aliyuncs.com"); // 正式地址
+    define("CDB_HOST", "127.0.0.1"); // 正式地址
     define("CDB_PORT", "3306");
-    define("CDB_USER", "loyal");
-    define("CDB_PASS", "Mysql#vplan2017");
-    define("CDB_NAME", "vplan_cdb");
+    define("CDB_USER", "root");
+    define("CDB_PASS", "wanggang1985");
+    define("CDB_NAME", "ylsj2019_pay");
 
     // TODO: config the mem set
     define("MEM_HOST", "r-uf625aa34178bbf4.redis.rds.aliyuncs.com");