Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › Batch queries and exporting
I would like to execute a batch file and have the output to a text file. The equivalent MySQL statement would be:
mysql output.txt
When I execute a batch file, it only displays the result from the last query.
Any suggestions?
Thanks,
Chuck
By output do you mean messages and errors returned after execution of query(s) or result(s) returned from a query(s)?
Just results from the queries.
Right click on the result window and select Export resultset