Hello Group,
I'm desperatly trying to set up a mysql test-environment on my Windows XP Sp1 system.
Therefore I dumped out the database on a RedHat Linux Server (both are MySQL 3.23.56) and imported this dump
into the same MySQL DB on the windows System (using mysqldump -u root -p --opt --all-databases > /data/mysql_data/backup_$date.sql)
Unfortunately the images stored in the origin DB as blobs (yes, i know... one should not do this, but the software running on the mysql actually does it this way) are all corrupted when retrieving them from the windowside DB....
Any options in the mysqldump I better should switch on???
Someone told me just to copy the DB-Files into the data directory of the Windows MySQL.... but the result is the same.... the images
are all corrupted... or lets better say some are some kind of distorted......
Could somebody give me a clue???
thanks, Jo
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]