I have used oracle where you put an @ symbol before the script file name, but what is the syntax in MySQL for doing the same while already being logged in?
Len
Linux: mysql -uusername databasename < test.sql
Windows: mysql -e=". test.sql" databasename