Hi, i use mysql-connector-java-3.1.12-bin.jar but I'm not able to configure the Server options.
Export file is:
<?xml version="1.0" encoding="UTF-8"?><!--Universal SQL Tools Connection File--><!--See: http://www.jmonkey.com/usqlt/index.html--><CONNECTION DRIVER="???" JDBCURL="jdbc:mysql://localhost:3307/vrpdb" NAME="MySQL-prova3" PASSWD="" USERNM="Test"/>
I don't know what I have to put in Driver field.
Can U help me?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
They are standard JDBC properties... so for MySQL the driver would be something like com.mysql.Driver although you can check the Connector/J documentation to find out for sure.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, i use mysql-connector-java-3.1.12-bin.jar but I'm not able to configure the Server options.
Export file is:
<?xml version="1.0" encoding="UTF-8"?><!--Universal SQL Tools Connection File--><!--See: http://www.jmonkey.com/usqlt/index.html--><CONNECTION DRIVER="???" JDBCURL="jdbc:mysql://localhost:3307/vrpdb" NAME="MySQL-prova3" PASSWD="" USERNM="Test"/>
I don't know what I have to put in Driver field.
Can U help me?
They are standard JDBC properties... so for MySQL the driver would be something like com.mysql.Driver although you can check the Connector/J documentation to find out for sure.