Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

noob_loop #26

Open
maczkojanos opened this issue Jul 13, 2024 · 1 comment
Open

noob_loop #26

maczkojanos opened this issue Jul 13, 2024 · 1 comment

Comments

@maczkojanos
Copy link

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...

@maczkojanos maczkojanos changed the title noon_loop noob_loop Jul 13, 2024
@ddcw
Copy link
Owner

ddcw commented Jul 15, 2024

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants