Browse Source

Add helper core

HonorLee 6 years ago
parent
commit
8cf8044822
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.js

+ 1 - 1
config.js

@@ -9,7 +9,7 @@ global.Config = {
     mysql_on : false,
     mysql_cfg : {
         host:'localhost',
-        port:3389,
+        port:3306,
         user:'root',
         password:'',
         database:'',