You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/_assets/quick-start/_clientsAllin1.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ If you would like to install the mysql CLI expand **mysql client install** below
27
27
28
28
<summary>mysql client install</summary>
29
29
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.
31
31
- Linux: Check your repository system for the `mysql` client. For example, `yum install mariadb`.
32
32
- Microsoft Windows: Install the [MySQL Community Server](https://dev.mysql.com/downloads/mysql/) and run the provided client, or run `mysql` from WSL.
Copy file name to clipboardExpand all lines: docs/en/_assets/quick-start/_clientsCompose.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ If you would like to install the mysql CLI expand **mysql client install** below
31
31
32
32
<summary>mysql client install</summary>
33
33
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.
35
35
- Linux: Check your repository system for the `mysql` client. For example, `yum install mariadb`.
36
36
- Microsoft Windows: Install the [MySQL Community Server](https://dev.mysql.com/downloads/mysql/) and run the provided client, or run `mysql` from WSL.
0 commit comments