How to configure DB Navigator for Jetbrains PHPStorm and WebStorm

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

    Just make sure you added jdbc:mysql:// before hostname. That solved my problem.

    jdbc:mysql://my-db-url.com
    

提交回复
热议问题