RE: how to run a file in MySQL

2005-04-04 Thread Mark Leith
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

Re: how to run a file in MySQL

2005-04-04 Thread Alec . Cawley
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