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!