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...
Multiple remote mysql connections
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
multiple calls to mysql_connect() 
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
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
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