Use MySQL in Java on Windows
In order to run MySQL through Java’s JDBC, you will need the MySQL installation file and the MySQL driver. Both of these are available from the course web site through these links jdk-6-windows-i586.exe mysql-5.0.27-win32.zip mysql-connector-java-5.0.4.zip All represent the latest release versions at the time of writing. These packages are available (in the truly latest versions) for download from the respective home sites:
| Software | Download |
|---|---|
| Java | http://java.sun.com/javase/downloads/index.jsp |
| MySQL | http://www.mysql.com/downloads/ |
| MySQL Connector/J |
http://www.mysql.com/downloads/ |

Like




