Running multiple SQL files at once
Posted
by Matt Huggins
on Super User
See other posts from Super User
or by Matt Huggins
Published on 2010-04-30T18:24:57Z
Indexed on
2010/04/30
18:28 UTC
Read the original article
Hit count: 406
I feel like I've run commands like the following in the past, but I'm getting an error trying it right now. Maybe I'm just having a brainfart, and my syntax is off.
mysql -u root -p db_name < *.sql
What I expect this to do is run all the SQL files in the folder ordered alphanumerically. However, I'm getting this error:
-bash: *.sql: ambiguous redirect
© Super User or respective owner