Re: replication of databases

2008-12-23 Thread Bryan Irvine
On Mon, Dec 22, 2008 at 6:40 PM, Baron Schwartz wrote: >>> Right. Unless you have some other settings (binlog-do-db or >>> binlog-ignore-db on the master?) that are interfering > > You saw this ^ right? > >> on master: >> mysql> show master status; >> +--+--+--

RE: replication of databases

2008-12-22 Thread Raghani, Sonal (IE10)
, December 23, 2008 8:11 AM To: Bryan Irvine Cc: mysql@lists.mysql.com Subject: Re: replication of databases >> Right. Unless you have some other settings (binlog-do-db or >> binlog-ignore-db on the master?) that are interfering You saw this ^ right? > on master: > mysql&g

Re: replication of databases

2008-12-22 Thread Baron Schwartz
>> Right. Unless you have some other settings (binlog-do-db or >> binlog-ignore-db on the master?) that are interfering You saw this ^ right? > on master: > mysql> show master status; > +--+--+--+--+ > | File | Position | Binlog

Re: replication of databases

2008-12-22 Thread Bryan Irvine
On Sun, Dec 21, 2008 at 8:35 AM, Baron Schwartz wrote: > Hi Bryan, > > On Wed, Dec 17, 2008 at 5:35 PM, Bryan Irvine wrote: >> I've got a master-master set up and I'm trying to figure out the best >> way to add new databases to the cluster. I've not set anything for >> the replica-do-db which my

Re: replication of databases

2008-12-21 Thread Baron Schwartz
Hi Bryan, On Wed, Dec 17, 2008 at 5:35 PM, Bryan Irvine wrote: > I've got a master-master set up and I'm trying to figure out the best > way to add new databases to the cluster. I've not set anything for > the replica-do-db which my understanding means it will sync everything > correct? Right.

replication of databases

2008-12-17 Thread Bryan Irvine
I've got a master-master set up and I'm trying to figure out the best way to add new databases to the cluster. I've not set anything for the replica-do-db which my understanding means it will sync everything correct? So if I create a new DB is the create command supposed to replicated as well? (i