replicating blob

2003-11-26 Thread Mayuran
This is my current setup, two MySQL servers. One master, the other slave. Suppose I created a table with one column named 'image', which is of type BLOB. Now, if I inserted binary data from an image file (using perl or something) into that column on the master, how will replication be handled?

Re: replicating blob

2003-11-26 Thread Paul DuBois
At 12:53 -0500 11/26/03, Mayuran wrote: This is my current setup, two MySQL servers. One master, the other slave. Suppose I created a table with one column named 'image', which is of type BLOB. Now, if I inserted binary data from an image file (using perl or something) into that column on the