Skip to content

Commit 66a9402

Browse files
[Doc] specify MySQL client v8.0 (backport #64746) (#64749)
Signed-off-by: DanRoscigno <dan@roscigno.com> Co-authored-by: Dan Roscigno <dan@roscigno.com>
1 parent 97117f9 commit 66a9402

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/en/_assets/quick-start/_clientsAllin1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you would like to install the mysql CLI expand **mysql client install** below
2727

2828
<summary>mysql client install</summary>
2929

30-
- macOS: If you use Homebrew and do not need MySQL Server run `brew install mysql` to install the CLI.
30+
- macOS: If you use Homebrew and do not need MySQL Server run `brew install mysql-client@8.0` to install the CLI.
3131
- Linux: Check your repository system for the `mysql` client. For example, `yum install mariadb`.
3232
- Microsoft Windows: Install the [MySQL Community Server](https://dev.mysql.com/downloads/mysql/) and run the provided client, or run `mysql` from WSL.
3333

docs/en/_assets/quick-start/_clientsCompose.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you would like to install the mysql CLI expand **mysql client install** below
3131

3232
<summary>mysql client install</summary>
3333

34-
- macOS: If you use Homebrew and do not need MySQL Server run `brew install mysql` to install the CLI.
34+
- macOS: If you use Homebrew and do not need MySQL Server run `brew install mysql-client@8.0` to install the CLI.
3535
- Linux: Check your repository system for the `mysql` client. For example, `yum install mariadb`.
3636
- Microsoft Windows: Install the [MySQL Community Server](https://dev.mysql.com/downloads/mysql/) and run the provided client, or run `mysql` from WSL.
3737

docs/ja/_assets/quick-start/_clientsAllin1.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mysql CLIをインストールしたい場合は、以下の **mysql client inst
2525

2626
<summary>mysql client install</summary>
2727

28-
- macOS: Homebrewを使用していてMySQL Serverが不要な場合、`brew install mysql` を実行してCLIをインストールします。
28+
- macOS: Homebrewを使用していてMySQL Serverが不要な場合、`brew install mysql-client@8.0` を実行してCLIをインストールします。
2929
- Linux: `mysql` クライアントのためにリポジトリシステムを確認してください。例えば、`yum install mariadb`
3030
- Microsoft Windows: [MySQL Community Server](https://dev.mysql.com/downloads/mysql/) をインストールし、提供されているクライアントを実行するか、WSLから `mysql` を実行します。
3131

@@ -50,4 +50,4 @@ mysql CLIをインストールしたい場合は、以下の **mysql client inst
5050
![Ignore warning](./Workbench-2.png)
5151
</TabItem>
5252

53-
</Tabs>
53+
</Tabs>

docs/ja/_assets/quick-start/_clientsCompose.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mysql CLI をインストールしたい場合は、以下の **mysql client ins
2929

3030
<summary>mysql client install</summary>
3131

32-
- macOS: Homebrew を使用していて MySQL Server が不要な場合、`brew install mysql` を実行して CLI をインストールします。
32+
- macOS: Homebrew を使用していて MySQL Server が不要な場合、`brew install mysql-client@8.0` を実行して CLI をインストールします。
3333
- Linux: `mysql` クライアントをリポジトリシステムで確認します。例えば、`yum install mariadb`
3434
- Microsoft Windows: [MySQL Community Server](https://dev.mysql.com/downloads/mysql/) をインストールして提供されたクライアントを実行するか、WSL から `mysql` を実行します。
3535

@@ -54,4 +54,4 @@ mysql CLI をインストールしたい場合は、以下の **mysql client ins
5454
![Ignore warning](./Workbench-2.png)
5555
</TabItem>
5656

57-
</Tabs>
57+
</Tabs>

docs/zh/_assets/quick-start/_clientsAllin1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mysql -P 9030 -h 127.0.0.1 -u root --prompt="StarRocks > "
2929

3030
<summary>安装 MySQL 客户端</summary>
3131

32-
- macOS:如果您使用 Homebrew 并且不需要安装 MySQL 服务器,请运行 `brew install mysql` 安装 MySQL Client。
32+
- macOS:如果您使用 Homebrew 并且不需要安装 MySQL 服务器,请运行 `brew install mysql-client@8.0` 安装 MySQL Client。
3333
- Linux:请检查您的 `mysql` 客户端的 Repository。例如,运行 `yum install mariadb`
3434
- Microsoft Windows:安装 [MySQL Community Server](https://dev.mysql.com/downloads/mysql/) 后,运行提供的客户端,或在 WSL 中运行 `mysql`
3535

docs/zh/_assets/quick-start/_clientsCompose.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mysql -P 9030 -h 127.0.0.1 -u root --prompt="StarRocks > "
2929

3030
<summary>安装 MySQL 客户端</summary>
3131

32-
- macOS:如果您使用 Homebrew 并且不需要安装 MySQL 服务器,请运行 `brew install mysql` 安装 MySQL Client。
32+
- macOS:如果您使用 Homebrew 并且不需要安装 MySQL 服务器,请运行 `brew install mysql-client@8.0` 安装 MySQL Client。
3333
- Linux:请检查您的 `mysql` 客户端的 Repository。例如,运行 `yum install mariadb`
3434
- Microsoft Windows:安装 [MySQL Community Server](https://dev.mysql.com/downloads/mysql/) 后,运行提供的客户端,或在 WSL 中运行 `mysql`
3535

0 commit comments

Comments
 (0)