dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.32k stars 656 forks source link

Defaults file not read #1123

Open highfalutin opened 11 months ago

highfalutin commented 11 months ago

Hi, running the latest release, this works (username and password are read from ~/.my.cnf) :

mycli --defaults-file ~/.my.cnf some_database

but this doesn't:

mycli some_database

If I'm understanding the docs correctly, the second command should work.