Browse Source

可以配置数据库线程池的最大最小数 可以配置是否开启数据库日志

pixel 5 years ago
parent
commit
cfdf9a510d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      QMPlusServer/static/config/config.json

+ 1 - 1
QMPlusServer/static/config/config.json

@@ -7,7 +7,7 @@
     },
     "mysqladmin": {
         "username": "root",
-        "password": "123456",
+        "password": "Aa@6447985",
         "path": "127.0.0.1:3306",
         "dbname": "qmPlus",
         "config": "charset=utf8\u0026parseTime=True\u0026loc=Local",