Skip to content

Commit

Permalink
Update storage.md
Browse files Browse the repository at this point in the history
Cosmetic
  • Loading branch information
velmela authored Jul 10, 2024
1 parent 42a95aa commit 5232878
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,13 @@ file by opening a *Terminal* and running this command:
`chmod 700 ~/.my.cnf`
**************************
You can connect to your database using any compatible client. If you
already have one you like, feel free to use that. Otherwise we recommend
one of the clients listed below.
===| "Python"
=== "Python"
Use [connector-python](https://dev.mysql.com/doc/connector-python/en/) to connect following the
[official documentation](https://dev.mysql.com/doc/connector-python/en/connector-python-example-connecting.html).
Expand All @@ -225,7 +227,7 @@ one of the clients listed below.
=== "Terminal"
The [mycli](https://www.mycli.net/) client uses connection settings from `~/.my.cnf` as described above.|
The [mycli](https://www.mycli.net/) client uses connection settings from `~/.my.cnf` as described above.
**************************
Expand Down

0 comments on commit 5232878

Please sign in to comment.