anyongjin / mysql_ibd

import data from ibd files for mysql
MIT License
30 stars 5 forks source link

ibd2sdi not found #7

Closed Bovive closed 1 year ago

Bovive commented 1 year ago

Running this on Ubuntu. When I run "sudo python3 main.py tosql" I received this error:

raise ValueError('no installed ibd2sdi found on system!') ValueError: no installed ibd2sdi found on system!

Is there a way to fix this? Thank you very much!

anyongjin commented 1 year ago

ibd2sdi is a tool that comes with mysql 8. So you should run this script on a machine which with mysql 8 installed, or you can install mysql 8 first. thank you