Stewart,

> Yesterday I posted the message listed below.  I have some more information.
> We have found the command that "pushes our database over the edge"!  It is:

> SHOW VARIABLES;

> All other db commands work (such as SHOW VARIABLES "%a";) except for:

> SHOW VARIABLES "%"

This should be "SHOW VARIABLES LIKE '%'". I tested all variants with
4.0.10, no problems. "SHOW VARIABLES '%'" gives me error 1064, as
should be.

> Does anyone have any idea why this could be happening?  In addition we are
> connecting to the database from a JSP Script using the driver:
> org.gjt.mm.mysql.Driver

So your problem seems to be related to the driver, or to your JSP app.

Regards,
--
  Stefan Hinz <[EMAIL PROTECTED]>
  iConnect GmbH <http://iConnect.de>
  Heesestr. 6, 12169 Berlin (Germany)
  Telefon: +49 30 7970948-0  Fax: +49 30 7970948-3

[filter fodder: sql, mysql, query]


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to