mariadb: add simplest example (#21897)

This commit is contained in:
Managor
2026-04-07 13:59:46 +03:00
committed by GitHub
parent 525aadf993
commit fe86c988d2
+4 -4
View File
@@ -3,6 +3,10 @@
> The mariadb client tool.
> More information: <https://mariadb.com/docs/server/clients-and-utilities/mariadb-client/mariadb-command-line-client>.
- Connect to MariaDB as the current user:
`mariadb`
- Connect to a specific MariaDB database:
`mariadb {{db_name}}`
@@ -30,7 +34,3 @@
- Connect using a socket file for local connections:
`mariadb {{[-S|--socket]}} {{path/to/socket_name}}`
- Display help:
`mariadb {{[-?|--help]}}`