Re: MySQL Replication - Master-Slave crash

2010-06-24 Thread Manasi Save
Dear Nilnandan,   Thanks for the quick reply.    But this particular variable is not working in only one proc call...but rest all procedures creating temporary tables, does not affect my replication slaves.   So I am not able to identify the problem.   Here's the snapshot of my procedure which is

Re: MySQL Replication - Master-Slave crash

2010-06-23 Thread Nilnandan Joshi
Hi Manasi, Please try with this one. Replicate_Wild_Ignore_Table = mydb\temp_.% Regards, Nilnandan Joshi Manasi Save wrote: Hi All, I have kept Replicate_Wild_Ignore_Table = mydb%.temp_% this is temporary table which i want should not be replicated. But still it is getting replicated an

MySQL Replication - Master-Slave crash

2010-06-23 Thread Manasi Save
Hi All,   I have kept  Replicate_Wild_Ignore_Table = mydb%.temp_%   this is temporary table  which i want should not be replicated. But still it is getting replicated and slave is getting crashed.     any input will be a great help. --Thanks and Regards, Manasi Save Artificial Machines Private Li

RE: MySQL - Replication (Master/Slave) Question

2007-11-15 Thread Mike Johnson
From: Dan Rogart [mailto:[EMAIL PROTECTED] > On 11/14/07 4:01 PM, "Mike Johnson" > <[EMAIL PROTECTED]> wrote: > > > Correction to a couple of replies I've seen -- a slave > > server can have more than one master, but not to the same > > database. That is, Slave reads Database1 and Database3

RE: MySQL - Replication (Master/Slave) Question

2007-11-14 Thread bruce
-Original Message- From: Dan Rogart [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 14, 2007 1:07 PM To: Mike Johnson; Baron Schwartz; bruce Cc: mysql list Subject: Re: MySQL - Replication (Master/Slave) Question On 11/14/07 4:01 PM, "Mike Johnson" <[EMAIL PROTECTED]>

RE: MySQL - Replication (Master/Slave) Question

2007-11-14 Thread bruce
ible, can I get/see a sample my.cnf file illustrating how this can be handled thanks -Original Message- From: Dan Rogart [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 14, 2007 1:07 PM To: Mike Johnson; Baron Schwartz; bruce Cc: mysql list Subject: Re: MySQL - Replication (Master

Re: MySQL - Replication (Master/Slave) Question

2007-11-14 Thread Dan Rogart
On 11/14/07 4:01 PM, "Mike Johnson" <[EMAIL PROTECTED]> wrote: > Correction to a couple of replies I've seen -- a slave server can have > more than one master, but not to the same database. That is, Slave reads > Database1 and Database3 from Master1 and also reads Database2 from > Master2. > >

RE: MySQL - Replication (Master/Slave) Question

2007-11-14 Thread Mike Johnson
Correction to a couple of replies I've seen -- a slave server can have more than one master, but not to the same database. That is, Slave reads Database1 and Database3 from Master1 and also reads Database2 from Master2. You may actually be able to get down to the table level, but I'd have to check

Re: MySQL - Replication (Master/Slave) Question

2007-11-14 Thread Michael Dykman
On Nov 14, 2007 3:40 PM, bruce <[EMAIL PROTECTED]> wrote: > Hi... > > I have a number of servers that I want to treat as Master Servers or the > purpose of Replication.. > > I'd like to have each of the Master, have the Slave DB on the same machine. > Ie, a Slave server, might have 10 different Sla

Re: MySQL - Replication (Master/Slave) Question

2007-11-14 Thread Baron Schwartz
bruce wrote: Hi... I have a number of servers that I want to treat as Master Servers or the purpose of Replication.. I'd like to have each of the Master, have the Slave DB on the same machine. Ie, a Slave server, might have 10 different Slave Databases/config files, with each of the SlaveDB tie

MySQL - Replication (Master/Slave) Question

2007-11-14 Thread bruce
Hi... I have a number of servers that I want to treat as Master Servers or the purpose of Replication.. I'd like to have each of the Master, have the Slave DB on the same machine. Ie, a Slave server, might have 10 different Slave Databases/config files, with each of the SlaveDB tied back to the M

RE: Replication - Master/Slave Issue...

2007-11-05 Thread bruce
esses that would update the parent system with the local client information. thoughts/comments... -Original Message- From: Baron Schwartz [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 9:55 AM To: bruce Cc: mysql@lists.mysql.com Subject: Re: Replication - Master/Slave Issue...

Re: Replication - Master/Slave Issue...

2007-11-05 Thread Baron Schwartz
Hi, bruce wrote: Hi... I have a situation where I'm looking at multiple child servers, each of which has it's own mysql/DB/Tbls... I want to be able to have all the information that exists in these tbls, to be captured, and copied to a single parent TBL on a separate machine. So, I'm trying to

Replication - Master/Slave Issue...

2007-11-05 Thread bruce
Hi... I have a situation where I'm looking at multiple child servers, each of which has it's own mysql/DB/Tbls... I want to be able to have all the information that exists in these tbls, to be captured, and copied to a single parent TBL on a separate machine. So, I'm trying to figure out what's t

replication - master/slave, distributed db questions...

2007-01-11 Thread bruce
hi... i have a project and i'm trying to figure out the best approach to architect a solution to resolve the issues i'm facing. i'm open to whatever might be the 'best' solution. keep in mind, this is a 'project' that's my own, kind of a garage function!! i'm creating a distributed web parsing/cr

Replication MASTER-SLAVE

2003-10-03 Thread Fernando Gomes Bernardino
Hi everbody! I' m trying to do a replication, and this is the first time!! My MySQL is running in Windows XP (master and slave). Where are my errors? Can I configure a Master in Linux and a Slave in Windows? #Master Configuration ##

Re: replication (master/slave for different servers with different databases)

2003-08-27 Thread Matthias Blaser
On Wednesday 27 August 2003 10:50, Hans van Harten wrote: > Matthias Blaser wrote: > > It's possible a server could act as master for one database with slave > > server A and as a slave for another database which runs on master > > server B? > > As in A - database1 -> S - database2- > B Well,

Re: replication (master/slave for different servers with different databases)

2003-08-27 Thread Hans van Harten
Matthias Blaser wrote: > It's possible a server could act as master for one database with slave > server A and as a slave for another database which runs on master > server B? As in A - database1 -> S - database2- > B AFAIK anything S logs will be red by B. Using 'replicate-do-db=database2' B

replication (master/slave for different servers with different databases)

2003-08-27 Thread Matthias Blaser
Hi, I've read the replication section in the manual but i'm not quite sure about the possibilities of the replication in mysql: It's possible a server could act as master for one database with slave server A and as a slave for another database which runs on master server B? If yes: as far as