Re: executing scripts in batch mode

2001-03-10 Thread Gerald R. Jensen
> To: <[EMAIL PROTECTED]> Sent: Saturday, March 10, 2001 3:09 PM Subject: executing scripts in batch mode > i'm trying to execute a sql script in batch mode. the command i'm typing is: >mysql < createdb.sql; > > does the createdb.sql script need to be in a sp

executing scripts in batch mode

2001-03-10 Thread Jon Crater
i'm trying to execute a sql script in batch mode. the command i'm typing is: mysql < createdb.sql; does the createdb.sql script need to be in a specific directory for mysql to recognize it? i've tried putting it in mysql\bin and mysql and specifying relative and absolute paths to the file.