Attachments stored in the database appear corrupted after migrating with MySQL Workbench.
Always use mysqldump/mariadb-dump from the command line for migrations -- it handles BLOB/binary data correctly by default. MySQL Workbench may strip or corrupt binary data unless the binary export option is explicitly enabled. Re-export with the command line tool and re-import.
Originally sourced from forum.osticket.com . osFAQ.org summarises community knowledge for quick reference.
Helpful
Report an error