https://bugs.documentfoundation.org/show_bug.cgi?id=152370
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Julien Nabet <[email protected]> --- I gave a try with master sources updated today. I know nothing about socket so just followed step1 and step2 from https://www.jetbrains.com/help/datagrip/how-to-connect-to-mysql-with-unix-sockets.html#step-4-configure-the-mysql-driver-in-ide the only difference was for step2, there was a lacking "d", I had to use: mysql -u root -p -S /var/run/mysqld/mysqld.sock not: mysql -u root -p -S /var/run/mysqld/mysql.sock Then, I launched LO and used "/var/run/mysqld/mysqld.sock" for socket, used "root" for user and used the password associated, I tested the connection, it was ok. So the difference with you is I had to use a user/password. -- You are receiving this mail because: You are the assignee for the bug.
