anyongjin / mysql_ibd

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

pymysql module missing #8

Closed carloslimajr closed 1 year ago

carloslimajr commented 1 year ago

root@local:/home/me/mysql_ibd# python3 main.py load_data Traceback (most recent call last): File "main.py", line 194, in link_tables_ibd(config) File "main.py", line 129, in link_tables_ibd import pymysql ModuleNotFoundError: No module named 'pymysql'

anyongjin commented 1 year ago

this is a python script which requires pymysql module and mysql installed. So please install pymysql first with pip install PyMySQL