Menu

MySQL JDBC Driver

Help
Eric Page
2009-03-26
2013-05-02
  • Eric Page

    Eric Page - 2009-03-26

    Hey all - I am having trouble finding a compatible JDBC driver for MySQL.  The current driver published by MySQL is compliant with the 3.1 API specs, while Druid requires 2.1.  I have tried a few of the legacy drivers, but none have worked.  Does anybody know which version I should use?  Or perhaps if Druid will be updated so that we can use newer drivers?  Any help would be great!

     
  • DaHoC

    DaHoC - 2010-10-03

    Hi,
    I just used the most recent mysql jdbc driver from http://www.mysql.com/downloads/connector/j/ (version 5.1.13) and added it to druid (v3.10). Although it showed up as incompatible, it works fine for me !?!

     
  • Andrea Carboni

    Andrea Carboni - 2010-10-09

    It's ok. You see just a flag reported by the jdbc driver. The driver is robust but maybe it does not implements all jdbc interface methods (druid uses only a subset of them).

     

Log in to post a comment.