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? because the data is
binary.
Thanks
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]