How would I connect mysql database in lan using jdbc?
arun singhal
Ranch Hand
Joined: Oct 25, 2009
Posts: 41
posted
0
I know that how to connect mysql database in my computer..
But I want to access data from different computer in lan...
What are requirement for this???
Please give me solution for this..
Sebastian Janisch
Ranch Hand
Joined: Feb 23, 2009
Posts: 1183
posted
0
Instead of connecting to localhost and the corresponding port connect to the network IP of the sql server and the corresponding port.
JDBCSupport - An easy to use, light-weight JDBC framework -