danvergara / dblab

The database client every command line junkie deserves.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support MySQL / MariaDB Sockets

steschuser opened this issue · comments

Hello,

most databases I have to work with have no password for root user.
They use socket auth instead.

 mysql -S /var/run/mysqld/mysqld.sock
  -S, --socket=name   The socket file to use for connection.

Can that be supported?

Cheers!

Hi,

Yes, that can be eventually supported. I have to address a couple of issues, first.

Nice suggestion!

Thanks