mycli
all
A CLI for MySQL, MariaDB, and Percona that can do auto-completion and syntax highlighting.
More info →Options (3)
-u, --userbooleanConnect to a database (user will be prompted for a password)
Example:
mycli {{[-u|--user]}} {{username}} {{database_name}}-h, --hostbooleanConnect to a database on another host
Example:
mycli {{[-h|--host]}} {{database_host}} {{[-P|--port]}} {{port}} {{[-u|--user]}} {{username}} {{database_name}}-P, --portbooleanConnect to a database on another host
Example:
mycli {{[-h|--host]}} {{database_host}} {{[-P|--port]}} {{port}} {{[-u|--user]}} {{username}} {{database_name}}made by @shridhargupta | data from tldr-pages