From a817508b4573547213e88079a6bdfdf2b4f82ab3 Mon Sep 17 00:00:00 2001 From: Minho Date: Wed, 27 Jun 2018 11:13:35 +0800 Subject: [PATCH] =?UTF-8?q?Created=20MinDoc=E5=B8=B8=E8=A7=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=8F=8A=E8=A7=A3=E5=86=B3=E6=96=B9=E6=A1=88=20(markd?= =?UTF-8?q?own)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MinDoc常见问题及解决方案.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 MinDoc常见问题及解决方案.md diff --git a/MinDoc常见问题及解决方案.md b/MinDoc常见问题及解决方案.md new file mode 100644 index 0000000..4db5216 --- /dev/null +++ b/MinDoc常见问题及解决方案.md @@ -0,0 +1,7 @@ +### 提示注册数据库异常 + +``` +注册默认数据库失败: register db Ping `default`, Error 1045: Access denied for user 'root'@'10.41.57.70' (using password: YES) +``` + +一般这种问题是你的MySQL数据库无法连接,请检查配置的账号和密码是否可以正常连接MySQL。 \ No newline at end of file