Posted By:
Stephen_McConnell
Posted On:
Monday, October 1, 2007 06:41 PM
I don't think there is an explicit connection to MySQL from Eclipse, except what you do in your own program.
You have to get the JDBC driver and include it in the project library and then go through all the normal Java stuff to get the connection.
A quick Google Search for MySQL jdbc connection found this article with some source code.
Connecting to a MySQL Database using JDBC
Hope this helps.