mysql-connector-java for mysql 5.6

19,301

See this http://dev.mysql.com/doc/refman/5.6/en/connector-j-versions.html it says that for MySQL 4.1, 5.0, 5.1, 5.5, 5.6, 5.7 recommended Connector/J version is 5.1

Share:
19,301
Tony
Author by

Tony

Updated on June 22, 2022

Comments

  • Tony
    Tony over 1 year

    I have a project in play! framework. I used mysql 5.1 and added mysql-connector-java dependencies and it worked pretty well.

    But now I need to upgrade mysql to 5.6, yet there is no mysql-connector-java for 5.6 that I can find.

    Can anyone provide some walk-around in this case? Is it possible to have 2 versions of mysql where one for the project and one for my other need such as integration with the db backup, while the two version shares the same db?

    Thanks a lot.

  • Paramesh Korrakuti
    Paramesh Korrakuti about 7 years
    The above url is not valid currently.
  • Paramesh Korrakuti
    Paramesh Korrakuti almost 7 years
  • shareef
    shareef almost 7 years
  • YHStan
    YHStan over 2 years
    @ParameshKorrakuti the URL doesnt specify that it supports MySQL server of 5.5 and earlier versions on that link. Should I still proceed to use connector/j 5.1 for MySQL server version of 5.1.73?