diff --git a/docs/en-us/1.3.2/user_doc/cluster-deployment.md b/docs/en-us/1.3.2/user_doc/cluster-deployment.md
index 2f60920f3f4..91b255060a4 100644
--- a/docs/en-us/1.3.2/user_doc/cluster-deployment.md
+++ b/docs/en-us/1.3.2/user_doc/cluster-deployment.md
@@ -2,7 +2,7 @@
# 1、Before you begin (please install requirement basic software by yourself)
- * PostgreSQL (8.2.15+) or MySQL (5.7) : Choose One
+ * PostgreSQL (8.2.15+) or MySQL (5.7) : Choose One,If use MySQL,It is strongly recommended that MySQL version is 5.7 or higher
* [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) (1.8+) : Required. Double-check configure JAVA_HOME and PATH environment variables in /etc/profile
* ZooKeeper (3.4.6+) :Required
* Hadoop (2.6+) or MinIO :Optional. If you need to upload a resource function, you can choose a local file directory as the upload folder for a single machine (this operation does not need to deploy Hadoop). Of course, you can also choose to upload to Hadoop or MinIO.
diff --git a/docs/en-us/1.3.2/user_doc/standalone-deployment.md b/docs/en-us/1.3.2/user_doc/standalone-deployment.md
index c1e937859ad..513d6d19d01 100644
--- a/docs/en-us/1.3.2/user_doc/standalone-deployment.md
+++ b/docs/en-us/1.3.2/user_doc/standalone-deployment.md
@@ -2,7 +2,7 @@
# 1、Install basic softwares (please install required softwares by yourself)
- * PostgreSQL (8.2.15+) or MySQL (5.7) : Choose One
+ * PostgreSQL (8.2.15+) or MySQL (5.7) : Choose One,If use MySQL,It is strongly recommended that MySQL version is 5.7 or higher
* [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) (1.8+) : Required. Double-check configure JAVA_HOME and PATH environment variables in /etc/profile
* ZooKeeper (3.4.6+) :Required
* Hadoop (2.6+) or MinIO :Optional. If you need resource function, for Standalone Deployment you can choose a local directory as the upload destination (this does not need Hadoop deployed). Of course, you can also choose to upload to Hadoop or MinIO.
diff --git a/docs/zh-cn/1.3.2/user_doc/cluster-deployment.md b/docs/zh-cn/1.3.2/user_doc/cluster-deployment.md
index 82cf307c285..1be9e322ac6 100644
--- a/docs/zh-cn/1.3.2/user_doc/cluster-deployment.md
+++ b/docs/zh-cn/1.3.2/user_doc/cluster-deployment.md
@@ -2,7 +2,7 @@
# 1、基础软件安装(必装项请自行安装)
- * PostgreSQL (8.2.15+) or MySQL (5.7系列) : 两者任选其一即可
+ * PostgreSQL (8.2.15+) or MySQL (5.7系列) : 两者任选其一即可,如果使用MySQL,强烈建议,MySQL的版本为5.7或更高
* [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) (1.8+) : 必装,请安装好后在/etc/profile下配置 JAVA_HOME 及 PATH 变量
* ZooKeeper (3.4.6+) :必装
* Hadoop (2.6+) or MinIO :选装,如果需要用到资源上传功能,可以选择上传到Hadoop or MinIO上
diff --git a/docs/zh-cn/1.3.2/user_doc/standalone-deployment.md b/docs/zh-cn/1.3.2/user_doc/standalone-deployment.md
index 133e04ef181..4fd1c28fb17 100644
--- a/docs/zh-cn/1.3.2/user_doc/standalone-deployment.md
+++ b/docs/zh-cn/1.3.2/user_doc/standalone-deployment.md
@@ -2,7 +2,7 @@
# 1、基础软件安装(必装项请自行安装)
- * PostgreSQL (8.2.15+) or MySQL (5.7系列) : 两者任选其一即可
+ * PostgreSQL (8.2.15+) or MySQL (5.7系列) : 两者任选其一即可,如果使用MySQL,强烈建议,MySQL的版本为5.7或更高
* [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) (1.8+) : 必装,请安装好后在/etc/profile下配置 JAVA_HOME 及 PATH 变量
* ZooKeeper (3.4.6+) :必装
* Hadoop (2.6+) or MinIO :选装, 如果需要用到资源上传功能,针对单机可以选择本地文件目录作为上传文件夹(此操作不需要部署Hadoop);当然也可以选择上传到Hadoop or MinIO集群上