Page 1 of 1

Multiple remote mysql connections

Posted: Wed May 16, 2007 11:29 am
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...

Posted: Wed May 16, 2007 11:44 am
by feyd
multiple calls to mysql_connect() :?

Posted: Wed May 16, 2007 2:33 pm
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

Posted: Wed May 16, 2007 3:12 pm
by alex.barylski
Sounds like I just comment out that line and skip-networking as well :)