Steps for MySQL DB Replication
- by Manish Agrawal
Following are the steps for MySQL Replication implementation on Linux machine:
Pre-implementation steps for DB Replication:
1. Identify the databases to be replicated
2. Identify the tables to be ignored during replication per database for example log tables
3. Carefully identify and replace the…