How to bind MySQL server to more than one IP address?
No, there isn’t (I just checked 1 hour ago). You can comment the bind-address in my.cnf: Note: « 1 hour ago » is now more than 10 years ago. #skip-networking #bind-address = 127.0.0.1 If you want only 2 IPs, you will then have to use a firewall. For MySql version 8.0.13 and above, you can … Read more