jdbc.mysql connection problem from win to linux
Posted by: Craig Coleman
Date: February 08, 2005 06:02PM

I'm running MySQL on a Redhat 9 server on a LAN not on the internet.
We've got dns servers running with slackware. This is in a High School lab which is extremely experimental.

I'm trying to get java to connect to the MySQL database running on the Redhat 9 server using
the Connector/J driver. I can connect and perform SQL inserts from my server using the dns host name.
eg:
String url = ""jdbc:mysql://io.com:3306/web?user=user&password=help";
But I can't get to work from remote Win2k client computers on our network.

DO I HAVE TO SET THE CLASSPATH TO THE Connector/J DRIVER ON THE CLIENTS COMPUTER.

WHAT NEEDS TO BE DONE ON THE CLIENT SIDE?

Please help,
Coleman / Pasco, WA

We're developing a game that we want to keep track of scores using a remote database.

Options: ReplyQuote


Subject
Written By
Posted
jdbc.mysql connection problem from win to linux
February 08, 2005 06:02PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.