Hi Joppe,
Use SOURCE or \. to execute the filename:
mysql> SOURCE E:\SQL\MySQL\test_tables.sql
Database changed
++
| Tables_in_test |
++
| a |
| academies |
.
HTH
Mark
Mark Leith
Cool-Tools UK Limited
http://www.cool-tools.co.uk
-Origi
The command you need is
source ;
Alternatively, if you are outside the mysql clined
mysql <
Alec
"Joppe A" <[EMAIL PROTECTED]>
04/04/2005 09:59
To
mysql@lists.mysql.com
cc
Subject
how to run a file in MySQL
Hello all,
This is probably really basic for all of you but I have