what port should I open for mysql master-master replication?
- by Vanddel
I have two servers running php5-fpm and a load balancer running nginx, the three servers share /var/www/drupal using nfs. nfs is working correctly.
I replicated the two servers' database using mysql master master replication.
everything was working fine till I added my iptables rules.
In my iptables script, I first drop all chains then I accept…