I need to set up a connection in the DB Navigator plugin for PHPStorm in a mac (snow leopard). It asks me for the route of a library that implements the java.sql.Driver class. I
Download mysql-connector-java-5.1.18-bin.jar file and set Driver Library path for that jar file.
Then the Intellij idea will automatically load the Driver which is com.mysql.jdbc.Driver.
Then set URL as jdbc:mysql://localhost:3306/
Finally enter valid user name and a password.