Hello, I tried dumping my innodb tables that contain blobs. No errors are returned 
from mysqldump but I cannot restore the blob data. I have used the below mysqldump 
statement.

    mysqldump --opt --add-drop-table --force --single-transaction -uxxx -pxxx 
--databases myDB >> bakupFile

I restore the backupFile with

    mysql -uxxx -pxxx < backupFile

Everything is included in the restured database except the blob data. When I look in 
backup file I can see that all my blod data has been replaced by "-----". What causes 
this?

Regards
/Jonas

Reply via email to