dblab
dblab copied to clipboard
Support MySQL / MariaDB Sockets
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