I am attempting to create a MySQL and Java client app for my home network.On the server machine I successfully connected to the MySQL as root
Now I want to connect to MySQL from my client PC using the Java client program, How to do this?? Do i need to install Tomcat Server to run on server for this.
I am using Windows 7 on all my clients and server machines.