Multiple remote mysql connections

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Multiple remote mysql connections

Post by alex.barylski »

I have searched Google and found numerous articles on remote configuation...however my requirement is for multiple connections...

Can you just comma delimit the list of IP's?

Any ideas how this could be accomplished?

Please note I requested "multiple" and "remote" not web based or worrying about security, etc...
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

multiple calls to mysql_connect() :?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

Remote connections. As in, I have a desktop client installed on a dozen different computers. I have one MySQL server. The client applications need remote access to the server. As far as I can tell thus far, its possible to allow a single remote connection via an IP but I haven't seen any docs suggesting it's possible to allow more.

http://forums.mysql.com/read.php?10,148667,148667

bind-address is the parameter that I am refering too.

Doesn't seem to allow multiple IP's
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

Sounds like I just comment out that line and skip-networking as well :)
Post Reply