Menu

Example for mysql

2006-05-04
2013-03-22
  • Nobody/Anonymous

    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?

     
    • Brill Pappin

      Brill Pappin - 2006-05-05

      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.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.