I'm trying to connect to a server program i'm writing which I want it to connect to a MySQL DB and extract or insert information. I'm having a lot of trouble with the understanding of this architecture. I already have a Client/Server app that runs on java. How can I connect to a MySQL db? and furthermore, can I install on the same computer the MySQL DB? and how to do so? I've already downloaded MySQL from their site, and followed their guides, but still no connection. do I need to install MySQL on a different computer? and last question - is there a connection ti JDBC? how to use it?
thanks!
