Search code examples
mysqlsqliteblob

Migrate field BLOB in table mysql to field BLOB in table sqlite


I have a table containing one column BLOB type in database mysql. I want export to sqlite database with similar structure, but in sqlite database the destination table throws error for too long bytes

This column BLOB in database mysql belongs to images

I need help, please


Solution

  • Thanks, I found the answer I was looking for.

    hex literal too big in sqlite

    I really appreciate the help