I've found out, when you use some transaction plugins who stores the whole transactions as a blob, and you want to import this SQL-file, you will get an error.
So the workaround is, that we have to clean the INSERTs of this table and export it separately etc...
Maybe there is a good way to add --hex-blob or turn blob into a good importable option.
I've found out, when you use some transaction plugins who stores the whole transactions as a blob, and you want to import this SQL-file, you will get an error.
So the workaround is, that we have to clean the INSERTs of this table and export it separately etc...
Maybe there is a good way to add --hex-blob or turn blob into a good importable option.