Re: 4.0.X with 4.1.1

2004-02-25 Thread Victoria Reznichenko
Andrey Kotrekhov <[EMAIL PROTECTED]> wrote: > >> >> What replication options do you use? >> >> Check if queries are present in the master binary logs and in the rela= > y l=3D >> > ogs on the slave. >> > >> > I research the problem and have got some details. >> > Now we have this theme of mysqld r

Re: 4.0.X with 4.1.1

2004-02-25 Thread Andrey Kotrekhov
> > >> What replication options do you use? > > >> Check if queries are present in the master binary logs and in the relay l= > > > ogs on the slave. > > > > > > I research the problem and have got some details. > > > Now we have this theme of mysqld replication (with server ids) > > >

Re: 4.0.X with 4.1.1

2004-02-25 Thread Andrey Kotrekhov
Добрый день. > >> What replication options do you use? > >> Check if queries are present in the master binary logs and in the relay l= > > ogs on the slave. > > > > I research the problem and have got some details. > > Now we have this theme of mysqld replication (with server ids) > >

Re: 4.0.X with 4.1.1

2004-02-25 Thread Victoria Reznichenko
Andrey Kotrekhov <[EMAIL PROTECTED]> wrote: > >> Andrey Kotrekhov <[EMAIL PROTECTED]> wrote: >> > SQL >> > Hi, All! >> > Is 4.1.1 replication compatible with 4.0.x? >> > >> > I have problem to replicate data from 4.0.17 to 4.1.1 >> > show slave status show all are OK >> > perlicate position and t

Re: 4.0.X with 4.1.1

2004-02-25 Thread Andrey Kotrekhov
SQL Hi! > Andrey Kotrekhov <[EMAIL PROTECTED]> wrote: > > SQL > > Hi, All! > > Is 4.1.1 replication compatible with 4.0.x? > > > > I have problem to replicate data from 4.0.17 to 4.1.1 > > show slave status show all are OK > > perlicate position and the exec position are the same. > > But if I u

Re: 4.0.X with 4.1.1

2004-02-25 Thread Victoria Reznichenko
Andrey Kotrekhov <[EMAIL PROTECTED]> wrote: > SQL > Hi, All! > Is 4.1.1 replication compatible with 4.0.x? > > I have problem to replicate data from 4.0.17 to 4.1.1 > show slave status show all are OK > perlicate position and the exec position are the same. > But if I update data on master, slave

4.0.X with 4.1.1

2004-02-24 Thread Andrey Kotrekhov
SQL Hi, All! Is 4.1.1 replication compatible with 4.0.x? I have problem to replicate data from 4.0.17 to 4.1.1 show slave status show all are OK perlicate position and the exec position are the same. But if I update data on master, slave is not update own data :( Best regards.