makela 7 달 전
부모
커밋
2eb6999186
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      terry/mysqlcn.js

+ 1 - 1
terry/mysqlcn.js

@@ -1,7 +1,7 @@
 var mysql=require("mysql");
 
 var pool = mysql.createPool({
-    host: '192.168.31.100',
+    host: '127.0.0.1',
     user: 'lee',
     password: 'yunyou!9527pk3',
     database: 'pay_b22',