From 840c7db5c8ba69c4bd89d81c8677a63477e3d62a Mon Sep 17 00:00:00 2001 From: qianming Date: Wed, 24 Nov 2021 17:53:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/docs/guide/question.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/docs/guide/question.md b/doc/docs/guide/question.md index ed248ab6..f6b2ef73 100644 --- a/doc/docs/guide/question.md +++ b/doc/docs/guide/question.md @@ -48,6 +48,13 @@ - 使用IDEA进行源码编译时提示:“*** openjdk-***”
请使用jdk1.8 +### 启动服务报错 + +- 提示“xxx The driver has not received any packets from the server”
+ 1、确保软件打包正常
+ 2、mysql版本不兼容,详细看上面关于版本兼容性
+ 3、bootstrap.yml中配置的mysql地址ip不对
+