I am using MySQL 5 on OS X Tiger... Does anyone know where I can download the JDBC Driver for MySQL 5? The MySQL web site has a very cumbersome search engine.
All the best!
Maximilian Xavier Stocker
Ranch Hand
Joined: Sep 20, 2005
Posts: 381
posted
0
Originally posted by Unnsse Khan: Hello,
I am using MySQL 5 on OS X Tiger... Does anyone know where I can download the JDBC Driver for MySQL 5? The MySQL web site has a very cumbersome search engine.
All the best!
Just download the recommmended 3.1 version of JConnector from the site.
As far as I am aware there are no significant changes between MySQL versions and the native (to MySQL) protocols they use. The JConnector drivers are numbered by their JDBC spec version. So the 3.x drivers support the latest JDBC 3.0 specs.
This driver is a typr 4 (pure Java) driver so you should not encounter any issues with your OS. With an exception being that if your JVM is pre JDBC 3.0 then the driver would be too new for your VM. If that is the case you should be able to use a 2.x driver without issues.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.