We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db66d1 commit c3d35e4Copy full SHA for c3d35e4
README.md
@@ -14,7 +14,7 @@ docker run --name mariadb --detach --publish 3306:3306 --env MARIADB_ROOT_PASSWO
14
15
Alternatively, you can [Download](https://mariadb.com/downloads/) and install the server directly on your OS.
16
17
-2. Connect to the database using [MariaDB Shell](https://mariadb.com/downloads/tools/shell/):
+2. Connect to the database using the [MariaDB CLI client]([https://mariadb.com/downloads/tools/shell/](https://mariadb.com/kb/en/mariadb-client/)):
18
19
```shell
20
mariadb -h 127.0.0.1 -u root -p'RootPassword123!'
0 commit comments