Skip to content

Commit c3d35e4

Browse files
authored
Changed to mariadb CLI tool
1 parent 9db66d1 commit c3d35e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ docker run --name mariadb --detach --publish 3306:3306 --env MARIADB_ROOT_PASSWO
1414

1515
Alternatively, you can [Download](https://mariadb.com/downloads/) and install the server directly on your OS.
1616

17-
2. Connect to the database using [MariaDB Shell](https://mariadb.com/downloads/tools/shell/):
17+
2. Connect to the database using the [MariaDB CLI client]([https://mariadb.com/downloads/tools/shell/](https://mariadb.com/kb/en/mariadb-client/)):
1818

1919
```shell
2020
mariadb -h 127.0.0.1 -u root -p'RootPassword123!'

0 commit comments

Comments
 (0)