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
Why does it matter that the data values are binary?
-- Paul DuBois, Senior Technical Writer Madison, Wisconsin, USA MySQL AB, www.mysql.com
Are you MySQL certified? http://www.mysql.com/certification/
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]