Bluehost.com Web Hosting $6.95

mySQL over the LAN

This is a discussion on mySQL over the LAN within the MySQL Database forums, part of the Database Forums category; Hello everyone, I am new to mySQL so was wondering whether anyone could give me some suggestion of how to ...


Go Back   Usenet Forums > Database Forums > MySQL Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-23-2007
Mithil
 
Posts: n/a
Default mySQL over the LAN

Hello everyone,
I am new to mySQL so was wondering whether anyone could
give me some suggestion of how to connect to mySQL server running in
fedora core 4 over the LAN preferably in java please.


Thanking you all in advance,
Mithil

Reply With Quote
  #2 (permalink)  
Old 03-26-2007
Walter Vaughan
 
Posts: n/a
Default Re: mySQL over the LAN

Mithil wrote:

> Hello everyone,
> I am new to mySQL so was wondering whether anyone could
> give me some suggestion of how to connect to mySQL server running in
> fedora core 4 over the LAN preferably in java please.


If you don't know how to do anything with java and mysql on the same box,
http://www.developer.com/java/data/article.php/3417381
This might help.

On the otherhand, if you are wondering how to make things work when the java
application and the mySQL server are on different machines, look for your
connection string in your java code. It'll look similar to the following...
jdbc:mysql://localhost:3306/your_database
you'll want to change it to something like this
jdbc:mysql://replace_with_name_of_mySQL_server:3306/your_database

Make sure the port (3306) is open in the mySQL server's firewall and not blocked
your java machine as well.

FedoreCore 4 is EOL'ed, you might consider upgrading to something with all the
security updates.

--
Walter
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 10:06 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0