What i am trying to do is make MySql listen on 2 out of 3 interfaces... I've been looking around but this doesn't seem possible, I have other services running like it but i need to do it with MySql.
Ideally i only want it to listen on 192.168.11.51 & 127.0.0.1, as i have another service (haproxy) listening on 192.168.11.50:3306 to balance the requests.
(client) ->192.168.11.50(haproxy) -> 192.168.11.51 (mysql) OR 192.168.11.52 (mysql)
any idea, how i can make mysql only listen on 2 ips instead of 3?
Recent comments
19 hours 23 min ago
19 hours 29 min ago
1 day 27 min ago
1 day 7 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 13 hours ago
1 day 20 hours ago
2 days 24 sec ago
2 days 1 hour ago