> 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
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 TABLE table
F
Hi,
is it possible to change the default string quoting chars ('")?
I'm using MySQL with an older shop solution. The data to write has
both: ' and " chararcters. It isn't possible to escape those
chars. Therefor I have to change the quoting char to a char
that isn't used i.e "#".
Is it possible