소스 검색

1

Signed-off-by: lcw <1324309909@qq.com>
lcw 3 년 전
부모
커밋
0f1ce29801
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      mysql.js

+ 2 - 2
mysql.js

@@ -14,8 +14,8 @@ us.mysqlconnection = function (host, database) {
             user: "root", //用户名
             password: "cocorobo", //密码
             database: database, //数据库名称
-            port: 20007 //端口
-            // port: 3306 //端口
+            // port: 20007 //端口
+            port: 3306 //端口
         }); //连接超时和错误从连
     }
     //connectionLimit: 1000,