Category Archives: MySQL

Configuring MySQL Replication

The native replication built into MySQL is a powerful tool to keep an identical copy or copies of a database across multiple servers. MySQL replication is useful if you want have an exact copy of a live database for backup … Continue reading

Posted in MySQL | Leave a comment