i need to set up a conection 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 just don't have any idea of where is it. Any torch?
|
feedback
|
|
Crazy Coder is right - you can use the build-in feature for at least some of the plugins functionality. Anyway, here are the steps to set the navigator up if you decide to go with the plugin option: Instructions:
Parameters for local MySQL DB:
| |||||
|
feedback
|
|
First of all, you don't need to install third-party DB Navigator plug-in, as database functionality is available in PhpStorm out of the box, see Add new data source, it will allow to choose the database and the driver, and will download the required database drivers automatically. | |||
feedback
|