Hello,
I am trying to set up MySQL Proxy 0.8.0 to accept client connections on 3 diffrent ip address is this possible?
Here is what I have tryed:
Config Attempt 1:
-----------
proxy-address = AAA.BBB.CCC.62:3306,AAA.BBB.DDD.122:3306,EEE.FFF.GGG.62:3306
Error Log:
2010-04-15 11:57:16: (critical) network-address.c:173: IP-address has to be in the form [<ip>][:<port>], is 'AAA.BBB.CCC.62:3306,AAA.BBB.DDD.122:3306,EEE.FFF.GGG.62:3306'. Failed to parse the port at ',AAA.BBB.DDD.122:3306,EEE.FFF.GGG.62:3306'
Config Attempt 2:
-----------
proxy-address = AAA.BBB.CCC.62:3306
proxy-address = AAA.BBB.DDD.122:3306
proxy-address = EEE.FFF.GGG.62:3306
Error Log:
2010-04-15 12:06:40: (message) proxy listening on port EEE.FFF.GGG.62:3306
Any other ideas? Please let me know!
Chris Davis
I am trying to set up MySQL Proxy 0.8.0 to accept client connections on 3 diffrent ip address is this possible?
Here is what I have tryed:
Config Attempt 1:
-----------
proxy-address = AAA.BBB.CCC.62:3306,AAA.BBB.DDD.122:3306,EEE.FFF.GGG.62:3306
Error Log:
2010-04-15 11:57:16: (critical) network-address.c:173: IP-address has to be in the form [<ip>][:<port>], is 'AAA.BBB.CCC.62:3306,AAA.BBB.DDD.122:3306,EEE.FFF.GGG.62:3306'. Failed to parse the port at ',AAA.BBB.DDD.122:3306,EEE.FFF.GGG.62:3306'
Config Attempt 2:
-----------
proxy-address = AAA.BBB.CCC.62:3306
proxy-address = AAA.BBB.DDD.122:3306
proxy-address = EEE.FFF.GGG.62:3306
Error Log:
2010-04-15 12:06:40: (message) proxy listening on port EEE.FFF.GGG.62:3306
Any other ideas? Please let me know!
Chris Davis