MySQL database replication

后端 未结 7 1078
青春惊慌失措
青春惊慌失措 2021-02-10 17:10

This is the scenario:

  1. I have a MySQL server with a database, let\'s call it consolidateddb. This database a consolidation of several tables from v
7条回答
  •  别那么骄傲
    2021-02-10 18:06

    To the best of my knowledge you can set up replication (MySQL 4+) and in the my.cnf file have the slave either only process certain tables or have the master log only certain tables, either way will solve your problem.

    Here is a guide to some techniques:

    http://www.onlamp.com/pub/a/onlamp/2006/04/20/advanced-mysql-replication.html

    I have very few problems with replication set-up, all my problems came trying to sync DBs, especially after a reboot etc.

提交回复
热议问题