You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2022/01/05 14:48:56 UTC

[dolphinscheduler-website] branch master updated: [Fix-7668][docs] Fix Modify the prompt message of MySQL driver version (#617)

This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b27ec5  [Fix-7668][docs] Fix Modify the prompt message of MySQL driver version (#617)
5b27ec5 is described below

commit 5b27ec588ec1dde736067baf2da5b75dd2d793f9
Author: Sunny Lei <56...@users.noreply.github.com>
AuthorDate: Wed Jan 5 22:48:51 2022 +0800

    [Fix-7668][docs] Fix Modify the prompt message of MySQL driver version (#617)
    
    * Table shows error problem modification
    
    * [DS-7193][docs] Modify the bold effect
    This closes #7193
    
    * [DS-7668][docs] Modify the prompt message of MySQL driver version
    
        Modify 5.1.47+ to 8.0.16
    
    This closes #7668
---
 docs/en-us/2.0.0/user_doc/guide/installation/pseudo-cluster.md | 2 +-
 docs/en-us/2.0.1/user_doc/guide/installation/pseudo-cluster.md | 2 +-
 docs/en-us/dev/user_doc/guide/installation/pseudo-cluster.md   | 2 +-
 docs/zh-cn/2.0.0/user_doc/guide/installation/pseudo-cluster.md | 2 +-
 docs/zh-cn/2.0.1/user_doc/guide/installation/pseudo-cluster.md | 2 +-
 docs/zh-cn/dev/user_doc/guide/installation/pseudo-cluster.md   | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/en-us/2.0.0/user_doc/guide/installation/pseudo-cluster.md b/docs/en-us/2.0.0/user_doc/guide/installation/pseudo-cluster.md
index 99fc9ed..d4a0ce9 100644
--- a/docs/en-us/2.0.0/user_doc/guide/installation/pseudo-cluster.md
+++ b/docs/en-us/2.0.0/user_doc/guide/installation/pseudo-cluster.md
@@ -69,7 +69,7 @@ Go to the zookeeper installation directory, copy configure file `zoo_sample.cfg`
 
 ### Initialize the database
 
-DolphinScheduler metadata is stored in relational database. Currently, PostgreSQL and MySQL are supported. If you use MySQL, you need to manually download [mysql-connector-java driver][mysql] (5.1.47+) and move it to the lib directory of DolphinScheduler. Let's take MySQL as an example for how to initialize the database
+DolphinScheduler metadata is stored in relational database. Currently, PostgreSQL and MySQL are supported. If you use MySQL, you need to manually download [mysql-connector-java driver][mysql] (8.0.16) and move it to the lib directory of DolphinScheduler. Let's take MySQL as an example for how to initialize the database
 
 ```shell
 mysql -uroot -p
diff --git a/docs/en-us/2.0.1/user_doc/guide/installation/pseudo-cluster.md b/docs/en-us/2.0.1/user_doc/guide/installation/pseudo-cluster.md
index e4a1ac4..f83d8da 100644
--- a/docs/en-us/2.0.1/user_doc/guide/installation/pseudo-cluster.md
+++ b/docs/en-us/2.0.1/user_doc/guide/installation/pseudo-cluster.md
@@ -69,7 +69,7 @@ Go to the zookeeper installation directory, copy configure file `zoo_sample.cfg`
 
 ### Initialize the database
 
-DolphinScheduler metadata is stored in relational database. Currently, PostgreSQL and MySQL are supported. If you use MySQL, you need to manually download [mysql-connector-java driver][mysql] (5.1.47+) and move it to the lib directory of DolphinScheduler. Let's take MySQL as an example for how to initialize the database
+DolphinScheduler metadata is stored in relational database. Currently, PostgreSQL and MySQL are supported. If you use MySQL, you need to manually download [mysql-connector-java driver][mysql] (8.0.16) and move it to the lib directory of DolphinScheduler. Let's take MySQL as an example for how to initialize the database
 
 ```shell
 mysql -uroot -p
diff --git a/docs/en-us/dev/user_doc/guide/installation/pseudo-cluster.md b/docs/en-us/dev/user_doc/guide/installation/pseudo-cluster.md
index 99fc9ed..d4a0ce9 100644
--- a/docs/en-us/dev/user_doc/guide/installation/pseudo-cluster.md
+++ b/docs/en-us/dev/user_doc/guide/installation/pseudo-cluster.md
@@ -69,7 +69,7 @@ Go to the zookeeper installation directory, copy configure file `zoo_sample.cfg`
 
 ### Initialize the database
 
-DolphinScheduler metadata is stored in relational database. Currently, PostgreSQL and MySQL are supported. If you use MySQL, you need to manually download [mysql-connector-java driver][mysql] (5.1.47+) and move it to the lib directory of DolphinScheduler. Let's take MySQL as an example for how to initialize the database
+DolphinScheduler metadata is stored in relational database. Currently, PostgreSQL and MySQL are supported. If you use MySQL, you need to manually download [mysql-connector-java driver][mysql] (8.0.16) and move it to the lib directory of DolphinScheduler. Let's take MySQL as an example for how to initialize the database
 
 ```shell
 mysql -uroot -p
diff --git a/docs/zh-cn/2.0.0/user_doc/guide/installation/pseudo-cluster.md b/docs/zh-cn/2.0.0/user_doc/guide/installation/pseudo-cluster.md
index ff5905c..3eccc0e 100644
--- a/docs/zh-cn/2.0.0/user_doc/guide/installation/pseudo-cluster.md
+++ b/docs/zh-cn/2.0.0/user_doc/guide/installation/pseudo-cluster.md
@@ -69,7 +69,7 @@ chmod 600 ~/.ssh/authorized_keys
 
 ### 初始化数据库
 
-DolphinScheduler 元数据存储在关系型数据库中,目前支持 PostgreSQL 和 MySQL,如果使用 MySQL 则需要手动下载 [mysql-connector-java 驱动][mysql] (5.1.47+) 并移动到 DolphinScheduler 的 lib目录下。下面以 MySQL 为例,说明如何初始化数据库
+DolphinScheduler 元数据存储在关系型数据库中,目前支持 PostgreSQL 和 MySQL,如果使用 MySQL 则需要手动下载 [mysql-connector-java 驱动][mysql] (8.0.16) 并移动到 DolphinScheduler 的 lib目录下。下面以 MySQL 为例,说明如何初始化数据库
 
 ```shell
 mysql -uroot -p
diff --git a/docs/zh-cn/2.0.1/user_doc/guide/installation/pseudo-cluster.md b/docs/zh-cn/2.0.1/user_doc/guide/installation/pseudo-cluster.md
index 2586c20..ae9697e 100644
--- a/docs/zh-cn/2.0.1/user_doc/guide/installation/pseudo-cluster.md
+++ b/docs/zh-cn/2.0.1/user_doc/guide/installation/pseudo-cluster.md
@@ -69,7 +69,7 @@ chmod 600 ~/.ssh/authorized_keys
 
 ### 初始化数据库
 
-DolphinScheduler 元数据存储在关系型数据库中,目前支持 PostgreSQL 和 MySQL,如果使用 MySQL 则需要手动下载 [mysql-connector-java 驱动][mysql] (5.1.47+) 并移动到 DolphinScheduler 的 lib目录下。下面以 MySQL 为例,说明如何初始化数据库
+DolphinScheduler 元数据存储在关系型数据库中,目前支持 PostgreSQL 和 MySQL,如果使用 MySQL 则需要手动下载 [mysql-connector-java 驱动][mysql] (8.0.16) 并移动到 DolphinScheduler 的 lib目录下。下面以 MySQL 为例,说明如何初始化数据库
 
 ```shell
 mysql -uroot -p
diff --git a/docs/zh-cn/dev/user_doc/guide/installation/pseudo-cluster.md b/docs/zh-cn/dev/user_doc/guide/installation/pseudo-cluster.md
index ff5905c..3eccc0e 100644
--- a/docs/zh-cn/dev/user_doc/guide/installation/pseudo-cluster.md
+++ b/docs/zh-cn/dev/user_doc/guide/installation/pseudo-cluster.md
@@ -69,7 +69,7 @@ chmod 600 ~/.ssh/authorized_keys
 
 ### 初始化数据库
 
-DolphinScheduler 元数据存储在关系型数据库中,目前支持 PostgreSQL 和 MySQL,如果使用 MySQL 则需要手动下载 [mysql-connector-java 驱动][mysql] (5.1.47+) 并移动到 DolphinScheduler 的 lib目录下。下面以 MySQL 为例,说明如何初始化数据库
+DolphinScheduler 元数据存储在关系型数据库中,目前支持 PostgreSQL 和 MySQL,如果使用 MySQL 则需要手动下载 [mysql-connector-java 驱动][mysql] (8.0.16) 并移动到 DolphinScheduler 的 lib目录下。下面以 MySQL 为例,说明如何初始化数据库
 
 ```shell
 mysql -uroot -p