Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mySQL TCP/IP Connection

Status
Not open for further replies.

brianh123

Programmer
Mar 4, 2003
23
US
I would like to the mySQL DB (mine) via TCP/Ip but have no clue how to it. I have seen some PHP scripting that seems to do it but have had a hard time deciphering. What are the commands to connect via IP. I would ike to be able to connect with out the ODBC driver.
 
ODBC or JDBC (for Java) is what you should use. Otherwise you will have to make a service yourself. One alternative is to use a servlet for this task. On the server side set up a web server (for example Resin) and write some servlet or CGI to respond to querys. On the client you can use a web browser or write code that does a http post.

Hope this will help you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top