Re: SQLquery: delimiter // - #1064 error

2005-11-29 Thread Peter Brawley
o: Dave Kennedy; mysql@lists.mysql.com Subject: RE: SQLquery: delimiter // - #1064 error Hi Dave, The DELIMITER statement is a command to the mysql client not an SQL statement. This is why phpAdmin is objecting. Here are a listing of the mysql client commands http://dev.mysql.com/doc/refm

RE: SQLquery: delimiter // - #1064 error

2005-11-29 Thread vancouverhg
ssage- From: Logan, David (SST - Adelaide) [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 2:59 PM To: Dave Kennedy; mysql@lists.mysql.com Subject: RE: SQLquery: delimiter // - #1064 error Hi Dave, The DELIMITER statement is a command to the mysql client not an SQL statement. Th

RE: SQLquery: delimiter // - #1064 error

2005-11-29 Thread Logan, David (SST - Adelaide)
148 Frome Street, Adelaide 5000 Australia +61 8 8408 4273 - Work +61 417 268 665 - Mobile +61 8 8408 4259 - Fax -Original Message- From: Dave Kennedy [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 November 2005 9:25 AM To: mysql@lists.mysql.com Subject: SQLquery: delimiter // - #1064

SQLquery: delimiter // - #1064 error

2005-11-29 Thread Dave Kennedy
Windows XP phpMyAdmin 2.7.0-rc1 MySQL 5.0.16-nt running on localhost as [EMAIL PROTECTED] The DELIMITER statement works in the command line, but not in phpmyadmin (see error below) mysql> DELIMITER // mysql> use mysql // Database changed mysql> PHPmyadmin === DELIMITER