First of all thank you for this package! I'm restoring a database and so far it's working fine.
I do have a question about mysql5.7. I have some json fields which hold data. I changed the field datatype to longtext because the c_parser could not understand the json field. The data is intact except I have fields like "\0\04\0\0\0\0\0\0\%\0ennlTransportationTransportation".
Do you have any idea if I can restore the information in the json column?
First of all thank you for this package! I'm restoring a database and so far it's working fine.
I do have a question about mysql5.7. I have some json fields which hold data. I changed the field datatype to longtext because the c_parser could not understand the json field. The data is intact except I have fields like
"\0\04\0\0\0\0\0\0\%\0ennlTransportationTransportation"
.Do you have any idea if I can restore the information in the json column?
Kind regards,
Rogier