Skip to content

Commit 9db66d1

Browse files
authoredJul 24, 2024
Update README.md
1 parent e2d2756 commit 9db66d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Alternatively, you can [Download](https://mariadb.com/downloads/) and install th
1717
2. Connect to the database using [MariaDB Shell](https://mariadb.com/downloads/tools/shell/):
1818

1919
```shell
20-
mariadb-shell --dsn mariadb://root:'RootPassword123!'@127.0.0.1
20+
mariadb -h 127.0.0.1 -u root -p'RootPassword123!'
2121
```
2222

2323
Alternatively, you can use any database client compatible with MariaDB.
@@ -56,4 +56,4 @@ CREATE TABLE demo.programming_language(
5656

5757
## Quarkus
5858

59-
(work in progress)
59+
(work in progress)

0 commit comments

Comments
 (0)
Please sign in to comment.