When you need to have both MySQL servers synchronised and changes to Server 1 should be reflected on Server 2 and vise-versa then you need Master-Master replication. That’s easy to do, here 10 simple steps. Continue reading “MySQL Master-Master Replication in 10 Steps”
Install php mysql apache on Ubuntu
It’s simple like that:
sudo apt-get install php5 apache2 mysql-server libapache2-mod-auth-mysql php5-mysql
that’s all