Re: mysql command line syntax

2004-02-03 Thread Egor Egorov
"KKoTY" <[EMAIL PROTECTED]> wrote: > hi, you can try something like this > > mysql --force -uuser -ppass -Ddatabase -e"query.sql" You forgot source command: mysql ... -e "source query.sql" > > where you can put all your SQL commands into to file named "query.sql" > > - Original Message --

Re: mysql command line syntax

2004-02-02 Thread KKoTY
hi, you can try something like this mysql --force -uuser -ppass -Ddatabase -e"query.sql" where you can put all your SQL commands into to file named "query.sql" - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 02, 2004 8:38 PM Subject: mysql co