Re: Blocking INSERT/UPDATE on SLAVE (replication)

2004-03-16 Thread Harrison Fisk
To: "cvarda" <[EMAIL PROTECTED]> > Sent: Tuesday, March 16, 2004 5:30 PM > Subject: Re: Blocking INSERT/UPDATE on SLAVE (replication) > > > > > > > > cvarda wrote: > > > > > But this wouldn't conflict with 'mysql' data

Re: Blocking INSERT/UPDATE on SLAVE (replication)

2004-03-16 Thread cvarda
t; Cc: "Alan Williamson" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 16, 2004 6:14 PM Subject: Re: Blocking INSERT/UPDATE on SLAVE (replication) Add the following line to you slave my.cnf file: replicate-ignore-db=mysql >>>>>>>>

Re: Blocking INSERT/UPDATE on SLAVE (replication)

2004-03-16 Thread vpendleton
Add the following line to you slave my.cnf file: replicate-ignore-db=mysql >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 3/16/04, 2:44:53 PM, cvarda <[EMAIL PROTECTED]> w

Re: Blocking INSERT/UPDATE on SLAVE (replication)

2004-03-16 Thread cvarda
- Original Message - From: "Alan Williamson" <[EMAIL PROTECTED]> To: "cvarda" <[EMAIL PROTECTED]> Sent: Tuesday, March 16, 2004 5:30 PM Subject: Re: Blocking INSERT/UPDATE on SLAVE (replication) > > > cvarda wrote: > > > But this wouldn&#x

Re: Blocking INSERT/UPDATE on SLAVE (replication)

2004-03-16 Thread vpendleton
<<<<<<<<<< On 3/16/04, 2:02:13 PM, cvarda <[EMAIL PROTECTED]> wrote regarding Blocking INSERT/UPDATE on SLAVE (replication): > Hi there. > How could I deny users or applications issuing INSERT or UPDATEs queries on > my SLAVE server? This is intende

Blocking INSERT/UPDATE on SLAVE (replication)

2004-03-16 Thread cvarda
Hi there. How could I deny users or applications issuing INSERT or UPDATEs queries on my SLAVE server? This is intended to ensure that slave will not have data which MASTER don't know. Thanks... []s, Conrado -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To uns