Backboards: 
Posts: 159
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

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:
Post a message   top
Replies are disabled on threads older than 7 days.