Fwd: Load data infile...

2005-01-04 Thread Richard Whitney
This is using MySQL version 3.23.49 I think I'm bringing this up again but with different errors. This: $sql = "LOAD DATA INFILE '$file' REPLACE INTO TABLE `jobs` FIELDS TERMINATED BY '\\t' OPTIONALLY ENCLOSED BY '\"' ESCAPED BY '' LINES TERMINATED BY '\\r\\n'"; is getting

Re: Forwarded: Fwd: load data infile not being replicated properly....

2003-04-02 Thread Guilhem Bichot
> I've seen a strange replication problem with MySQL v4.0.12. > > mysql> LOAD DATA LOCAL INFILE '/home/andrew/upload' into table andrew FIELDS > TERMINATED BY ',' lines terminated by '\n'; Hi, This bug is fixed in MySQL 4.0.13 (not released yet). Until then a patch for this is : = sql/log_e