How to set up MySQL Master-Slave Replication

What is MySQL Master-Slave Replication? MySQL Master-Slave replication is a process in which we have 2 servers one master and other slave, all the processing/data modifications are done on master and same are replicated on slave. So simply Slave is a copy of Master which helps in case failure of master or we require downtime … Read more

MySQL Basics

History of MySQL MySQL was created by a Swedish company, MySQL AB, founded by David Axmark, Allan Larsson and Michael “Monty” Widenius. The first version of MySQL appeared on 23 May 1995. It was initially created for personal usage from mSQL based on the low-level language ISAM. Sun Microsystems acquired MySQL AB In 2008 . … Read more