Open maczkojanos opened 3 months ago
Maybe, you can try using it with SHELL
example:
for filename in /PATH/your_dir/dbname/*;do
python main.py ${filename} --ddl --sql > ${filename}.sql
done
Hello, your script is lifesaver,
im a little bit noob: how can i use this script in a directory with many .ibd files?
Sorry but i cant figure out...
Hello, your script is lifesaver,
im a little bit noob: how can i use this script in a directory with many .ibd files?
Sorry but i cant figure out...