From fcd5e0a7fbc6cd907db19a4c406cc6a313ec201b Mon Sep 17 00:00:00 2001 From: John Greet Date: Mon, 9 Sep 2024 12:20:51 -0400 Subject: [PATCH] Document that shell requires the mysql 8 client (#908) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58dbdef3..6d664415 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ PlanetScale is more than a database and our CLI is more than a jumble of command ``` brew install planetscale/tap/pscale ``` -Optional: `pscale` requires the MySQL Client for certain commands. You can install it by running: +Optional: `pscale` requires a MySQL 8 Client in your PATH for certain commands. You can install it by running: ``` -brew install mysql-client +brew install mysql-client@8.4 ``` To upgrade to the latest version: @@ -63,7 +63,7 @@ To upgrade to the latest version bin upgrade pscale ``` -#### Container images +#### Container images We provide ready to use Docker container images. To pull the latest image: