database-replication
Does mySQL Replication: Master DB Name has to be the same as the Slave DB name?
I have set the Master DB Name as MDB & in the Slave server I set to replicate-do-db=SDB <-- this did not work? But when I set it up as the same DB name it works. Is there any solution out there[详细]
2022-12-09 00:52 分类:问答Is it possible to do N-master => 1-slave replication with MySQL?
I want to make a dedicated SLAVE machine for data replication of three database on three different开发者_开发问答 servers.In other words, I want to do Multiple Master => SIngle Slave replication.[详细]
2022-12-08 10:46 分类:问答ActiveRecord counter_cache giving stale count with multi_db gem
I\'m using the multi-db gem with Slony-I replication on PostgreSQL in a Rails app. This mostly works perfectly, but there is a bit of a replication lag in certain cases. One of the cases involves an A[详细]
2022-12-08 09:07 分类:问答