Created
June 13, 2017 20:04
-
-
Save luisfc/7aa9440000d713e160c6d3be98836b6f to your computer and use it in GitHub Desktop.
Install MyCLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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