mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 00:42:08 +02:00
15 lines
394 B
Markdown
15 lines
394 B
Markdown
# 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}}`
|