dblab icon indicating copy to clipboard operation
dblab copied to clipboard

Support MySQL / MariaDB Sockets

Open steschuser opened this issue 3 years ago • 1 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!

steschuser avatar Oct 07 '22 07:10 steschuser

Hi,

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

Nice suggestion!

Thanks

danvergara avatar Oct 07 '22 15:10 danvergara