In response to
"Stupid question....for MySQL. If i have a database set up and I wish to perform a query every time I import bulk information...is there any easy way "
by
Will Hunting
|
you can run it from a command line
Posted by
decline (aka Decline)
Apr 22 '09, 09:34
|
mysql -u -p < QueryName.sql
where QueryName.sql contains all of your query session lines. Output goes to standard out.
Is that what you mean?
|
Responses:
|