Hello there,
Please inform me of how to run scripts on windows as on Linux. I want do something like: myscript table1 table 2
mysql all thecommandline stuff <<endend
use mydatabase;
select * from $1;
select * from $2;
exit
endend
Is it possible with any type of a windows gui tool, read a script and run it? I have not been able to figure out how to use the script tool of mysqlquerybrowser.
Thank you so much!
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --