Hello,
After recently replicating using the stop databases and copy innodb and
mysql files method, things were fine...
Until the slave thread stopped complaining about duplicate rows after
one of our developers did a LOAD DATA INFILE operation on the master.
Unfortunately the insert's are into
> Lothar Jenisch wrote:
>
> >Hello,
> >
> >I have a problem with replication and LOAD DATA INFILE.
> >I use version 3.23.37 on Liunx distribution.
> >
> >1. I check the replication with a manual i.e. insert and
> > delete of one record
Lothar Jenisch wrote:
>Hello,
>
>I have a problem with replication and LOAD DATA INFILE.
>I use version 3.23.37 on Liunx distribution.
>
>1. I check the replication with a manual i.e. insert and
> delete of one record. This works fine without problems.
>2. I do
Hello,
I have a problem with replication and LOAD DATA INFILE.
I use version 3.23.37 on Liunx distribution.
1. I check the replication with a manual i.e. insert and
delete of one record. This works fine without problems.
2. I do a
LOAD DATA INFILE 'file.txt' REPLACE INTO T