hi!
I have a very simple problem, but I can't find any solution on the net (maybe I am too stupid for that).
If I start a batch-file (or a shell-file in Linux) like this:
mysql --tee=test.log < test.sql
and test.sql is a valid query with an output, a file test.log will be created, but it's empty.
What's wrong?
Thanks
Massimo