Re: LOAD_FILE and replication

2001-03-26 Thread Thalis A. Kalfigopoulos
On Mon, 26 Mar 2001, Maros Klempa wrote: > Hi, > > I have two servers with MySQL 3.23.24-beta. One as master and one as slave. > Replication between this two servers work fine. Now I want store pictures > to table. On master server I use command > INSERT INTO PICTURES (ID, PICT) VALUES (1, LOAD_

LOAD_FILE and replication

2001-03-26 Thread Maros Klempa
Hi, I have two servers with MySQL 3.23.24-beta. One as master and one as slave. Replication between this two servers work fine. Now I want store pictures to table. On master server I use command INSERT INTO PICTURES (ID, PICT) VALUES (1, LOAD_FILE( '/images/image.jpg')). It work o.k. MySQL save f