dbcli / mycli

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

Do not ignore the socket passed with the -S option, even when no port… #1151

Closed fabzzap closed 3 months ago

fabzzap commented 3 months ago

… is passed

Description

When mycli -S <socket> is used, mycli tries to connect to localhost anyway instead of using the provided socket. The problem seems to be there since 51b8ee3c.

The problem has been reported as #1001

Checklist

amjith commented 3 months ago

Looks good. Thanks!