From 0fe4c98164461ed9f54f3c9d00e6359c6b19e8c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E4=BA=8C=E4=BC=97?= Date: Fri, 25 Feb 2022 03:14:58 +0000 Subject: [PATCH] update README.md. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6089622..9c6c6216 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ android app也已经开源,近期更新会比较频繁 app开源地址 https: 2,按照mvn方式导入 3,数据库还原: 安装完数据库执行下 GRANT ALL PRIVILEGES ON *.* TO 'root'@'%'IDENTIFIED BY '你的密码' WITH GRANT OPTION; - FLUSH PRIVILEGES; + FLUSH PRIVILEGES; 关闭only_full_group_by规则 + 步骤 1:还原数据库,2,修改 dbconfig.properties 3.1 sql导入方式建议 登录MYSQL服务器上用source命令还原