mmcli
Helper for MySQL command-line tool.
Requirments
mycli
Install
$ npm install -g mmcli
Usage
First, create ~/.mmcli.yml
with your own db information:
local:
host: 127.0.0.1
port: 3306
user: root
password: root
...
View available slots:
mmcli -l
Select a slot:
mmcli -s local
Made with ❤ by m31271n