Re: binlog question

2009-04-18 Thread Baron Schwartz
>> I would stay away from any of the do-db or ignore-db settings. >> > > Can you explain, why? They are dangerous. Search the list archives, I wrote a diatribe about it a while back. Cheers Baron -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:h

Re: binlog question

2009-04-18 Thread Uwe Kiewel
Baron Schwartz schrieb: So, how it's possible to replicate one specific db? I have 4 db's writing into binlog. I need only one of them at client site. After the successful setup of the replication I get errors on client site like no such table, no such database etc... On the slave side, use --r

Re: binlog question

2009-04-18 Thread Baron Schwartz
> So, how it's possible to replicate one specific db? I have 4 db's writing > into binlog. I need only one of them at client site. After the successful > setup of the replication I get errors on client site like no such table, no > such database etc... On the slave side, use --replicate-wild-do-ta

Re: binlog question

2009-04-18 Thread Michael Dykman
You can configure your master to only write specific databases or tables to the bin log, if you only expect to replicate a subset. As normal practice, I always make my configuration as specific as possible. see http://dev.mysql.com/doc/refman/5.0/en/replication-options-binary-log.html and look

Re: binlog question

2009-04-18 Thread Uwe Kiewel
Michael Dykman schrieb: No, I'm afraid not. So, how it's possible to replicate one specific db? I have 4 db's writing into binlog. I need only one of them at client site. After the successful setup of the replication I get errors on client site like no such table, no such database etc... T

Re: binlog question

2009-04-18 Thread Michael Dykman
No, I'm afraid not. - michael dykman On Sat, Apr 18, 2009 at 7:11 AM, Uwe Kiewel wrote: > Hi, > > is it possible to have separated binlogs for each mysql-db? > > Thanks, >Uwe > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://li

binlog question

2009-04-18 Thread Uwe Kiewel
Hi, is it possible to have separated binlogs for each mysql-db? Thanks, Uwe -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

RE: Binlog question in replication setup

2004-12-02 Thread Dathan Pattishall
DVP Dathan Vance Pattishall http://www.friendster.com > -Original Message- > From: Sanjeev Sagar [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 02, 2004 4:04 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Cc: Sanjeev Sagar > Subject: Binlog quest

Binlog question in replication setup

2004-12-02 Thread Sanjeev Sagar
Hello everyone, I have a question on how MySQL database write to binlogs in replication environment. My table type is MyISAM. MySQL version is 4.0.21. I have a replication farm. Let's suppose I am running a ALTER TABLE statement on central master and had a syntax error in table name. Replic