PDA

View Full Version : MySQL resources ?


imported_adam
07-15-2003, 07:31 PM
Anyone know where I can find a good tutorial about how to set up and start using mysql databases together with Java?

I know almost nothing about mysql or databases in general, so a real beginners tutorial would be nice =)

thanks in advance =)

stuka
07-21-2003, 12:32 PM
The JDBC info from Sun would be a start, and ther MySQL ConnectorJ (I think that's what they call it now) can be found on the MySQL.com website, along with instructions. Then find a good SQL tutorial so you can learn about databases in general.