How to configure DB Navigator for Jetbrains PHPStorm and WebStorm

后端 未结 6 1706
滥情空心
滥情空心 2021-01-30 00:15

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

6条回答
  •  醉梦人生
    2021-01-30 00:54

    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.

提交回复
热议问题