


On the General tab, click the Add button ( ) and select Custom JARs. Alternatively, press Ctrl+D.Ĭhange the name of the duplicated driver (for example, MySQL socket).

In the Drivers section, click the MySQL driver and click the Duplicate button. In the Database Explorer ( View | Tool Windows | Database Explorer), click the Data Source Properties icon. You can open data source properties by using one of the following options: Junixsocket-native-common-2.3.2.jar, if you have a custom architecture try junixsocket-native-custom-2.3.2.jar You need to add the following files from the lib directory to the MySQL driver in DataGrip: For more information about this limitation, see Connecting Using Unix Domain Sockets at .ĭownload the latest release from the junixsocket repository at (for example, junixsocket-dist-2.3.).Įxtract the downloaded archive. To enable socket connection, you need to download third-party libraries. The Connector/J driver does not natively support connections to MySQL Servers with Unix domain sockets. Type a password for your root user and press Enter. In the command line, run the following command: mysql -u root -p -S /var/run/mysqld/mysql.sock. Check the Unix socket connection from the command line Mysql -u root -p -h 127.0.0.1 -e "select a password for your root user and press Enter.
