til

#TIL : Mycli : a new good cli MySql Client

I learned on 2017-09-01 about cli, mysql

This tool is written in Python with super cool features (auto-complete and colors).

Worth a shot !

Install

$ pip install mycli

Usage

$ mycli -h 127.0.0.1 -P 3306 -u root

Screencast

mycli

Enjoyed this?

Leave a kudo — it means a lot.

0