DEV Community

jeann
jeann

Posted on

MyClient very good client to Mysql

MyClient is a tool to Mysql of auto-completion, look this:

Install Ubuntu:

Step 1: type to install mycli


sudo aptitude install mycli

Next Step 2: type this to in client

mycli -uroot

Version: 1.5.2
Chat: https://gitter.im/dbcli/mycli
Mail: https://groups.google.com/forum/#!forum/mycli-users
Home: http://mycli.net
Thanks to the contributor - Ted Pennings
mysql root@localhost:(none)> 

First Last one Step: Look at this picture to select the database:

alt text

Last one Step: Look this picture to make query select table:

alt text

See soon !!

Top comments (1)

Collapse
 
rhymes profile image
rhymes

Nice, I read your post, checked something and found out the people behind mycli are the same behind my favorite client for postgresql: pgcli.

Apparently they developed a client for MySQL, for PostgreSQL, SQLite, SQL Server and others at dbcli.com/ - all in Python

I wonder how much code they share!