How to configure DB Navigator for Jetbrains PHPStorm and WebStorm

后端 未结 6 1710
滥情空心
滥情空心 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:39

    Installed unpacked MySQL Connector J files here > c:\Program Files\MySQL\MySQL Connector J

    And there need to us > mysql-connector-java-5.1.28-bin.jar

    Copy to > c:\Documents and Settings[YOUR_COMP].WebIde70\config\jdbc-drivers\

    In MySQL Database connection choose Drivers >> MySQL >> click on PLUS and select

    > c:\Documents and Settings[YOUR_COMP]\.WebIde70\config\jdbc-drivers\mysql-connector-java-5.1.28-bin.jar

    Also need Database Support plug-in turn ON! (Settings >> IDE Settings >> Plugins)

    p.s. Actually for PHPStorm 7

提交回复
热议问题