If you really want to use MySQL and Java, you'll need a MySQL JDBC driver. There are currently two that I know of, and one of them, the mm JDBC Driver, is available at the following link:
http://www.mysql.com/downloads/api-jdbc.html
JDBC is actually just a java package (java.sql.*), so it is...