Re: mySQL Batch Scripting

2004-11-03 Thread Gleb Paharenko
Hi. System error: 2 = No such file or directory Check if file exists. Do you have permissions to read this file? [EMAIL PROTECTED] wrote: [-- text/plain, encoding 8bit, charset: US-ASCII, 22 lines --] I am trying to utilize MySQL's batch execution functionality by using build

Re: mySQL Batch Scripting

2004-11-03 Thread Gleb Paharenko
Hi. Remove ';' from the end of the line. [EMAIL PROTECTED] wrote: [-- text/plain, encoding 8bit, charset: US-ASCII, 22 lines --] I am trying to utilize MySQL's batch execution functionality by using build scripts to create tables in my database (ref:

mySQL Batch Scripting

2004-11-02 Thread codenheimer
I am trying to utilize MySQL's batch execution functionality by using build scripts to create tables in my database (ref: http://dev.mysql.com/doc/mysql/en/Batch_Commands.html ) Is it possible to execute additional source files from within a source file from the MySQL command line? Ex: