Skip to content

Instantly share code, notes, and snippets.

@luisfc
Created June 13, 2017 20:04
Show Gist options
  • Save luisfc/7aa9440000d713e160c6d3be98836b6f to your computer and use it in GitHub Desktop.
Save luisfc/7aa9440000d713e160c6d3be98836b6f to your computer and use it in GitHub Desktop.
Install MyCLI
MyCLI is a command line interface for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting.
sudo apt-get install mycli
Used examples:
$ mycli local_database
$ mycli -h localhost -u root
$ mycli -h localhost -u root app_db
$ mycli mysql://amjith@localhost:3306/django_poll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment