The bitbybit.dk MySQL FAQ says:

------------------------
How do I use a batch file with MySQL?

>From within the MySQL client (v. 3.23.9 and above):

mysql> SOURCE filename
------------------------

Is there really a SOURCE command? Where is it in the official manual?

Also, if you have 

------------------------
mysql> set @var = "xyz";
mysql> SOURCE filename
------------------------

can @var be used in filename?


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to