mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:26:01 +02:00
mycli.md: add page (#1830)
This commit is contained in:
parent
43f484e479
commit
705e0c8b84
1 changed files with 15 additions and 0 deletions
15
pages/linux/mycli.md
Normal file
15
pages/linux/mycli.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# mycli
|
||||
|
||||
> A CLI for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting.
|
||||
|
||||
- Connect to a database with the currently logged in user:
|
||||
|
||||
`mycli {{database_name}}`
|
||||
|
||||
- Connect to a database with the specified user:
|
||||
|
||||
`mycli -u {{user}} {{database_name}}`
|
||||
|
||||
- Connect to a database on the specified host with the specified user:
|
||||
|
||||
`mycli -u {{user}} -h {{host}} {{database_name}}`
|
Loading…
Add table
Reference in a new issue