twindb / undrop-for-innodb

TwinDB data recovery toolkit for MySQL/InnoDB
https://twindb.com
GNU General Public License v2.0
386 stars 151 forks source link

mysql 5.7 json #11

Closed vrgenl closed 5 years ago

vrgenl commented 5 years ago

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

akuzminsky commented 5 years ago

The tool doesn't support JSON as of today.