Hi dflorella, The important thing about mysql replication is same mysql version for both master as well as slave should be used. It should be taken as good practice.
You need to check that master and slave are in sync. Is there any error (replication) on the slave server. Check the mode, strict or some thing else. Does the delete command exits in binlog. Regards, Krishna On Wed, Apr 28, 2010 at 2:37 PM, David Florella <dflore...@legos.fr> wrote: > Hi, > > > > I am using MySQL replication : > > > > - The version of the master is 4.1.12-log > > - The version of the slave is 5.0.41 > > > > When I use the query '' DELETE QUICK FROM [TABLE] WHERE [field] < 'xxxxxx' > LIMIT 7500", the query is executed on the master but not on the slave. > > > > Do you know why the request is not executed on the slave? > > > > Regards, > > > > David. > >