Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DS-3766][docs] Specify MySQL version when database initialize #222

Merged
merged 2 commits into from
Dec 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en-us/1.3.2/user_doc/cluster-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,<font color="#dd0000">If use MySQL,It is strongly recommended that MySQL version is 5.7 or higher</font>
* [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.
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/1.3.2/user_doc/standalone-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,<font color="#dd0000">If use MySQL,It is strongly recommended that MySQL version is 5.7 or higher</font>
* [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.
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/1.3.2/user_doc/cluster-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# 1、基础软件安装(必装项请自行安装)

* PostgreSQL (8.2.15+) or MySQL (5.7系列) : 两者任选其一即可
* PostgreSQL (8.2.15+) or MySQL (5.7系列) : 两者任选其一即可,<font color="#dd0000">如果使用MySQL,强烈建议,MySQL的版本为5.7或更高</font>
* [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上
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/1.3.2/user_doc/standalone-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# 1、基础软件安装(必装项请自行安装)

* PostgreSQL (8.2.15+) or MySQL (5.7系列) : 两者任选其一即可
* PostgreSQL (8.2.15+) or MySQL (5.7系列) : 两者任选其一即可,<font color="#dd0000">如果使用MySQL,强烈建议,MySQL的版本为5.7或更高</font>
* [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集群上
Expand Down