RE: possible mysql/sql error...

2005-08-02 Thread bruce
Vela [mailto:[EMAIL PROTECTED] Sent: Monday, August 01, 2005 7:21 PM To: [EMAIL PROTECTED]; mysql@lists.mysql.com Subject: RE: possible mysql/sql error... Bruce, the shell is catching system and tries to execute whatever follows it, MySQL ignores it 100%. try using 'system' intead of the bare

RE: possible mysql/sql error...

2005-08-01 Thread bruce
to recreate the error... make sure you have a test database/etc setup... create the following test sql file sample.sql -- -- test comments -- /* system of the semester information. This gets updated for each */ import/run the sample.sql mysql -ufoo -p dbname

RE: possible mysql/sql error...

2005-08-01 Thread Enrique Sanchez Vela
Bruce, the shell is catching system and tries to execute whatever follows it, MySQL ignores it 100%. try using 'system' intead of the bare word and see. regards, esv. --- bruce [EMAIL PROTECTED] wrote: to recreate the error... make sure you have a test database/etc setup... create the