On Wed, 2011-07-06 at 07:15 -0700, XL Cordemans wrote:
> (error code) 1064
> (error message) HY000 [Actual][MySQL] You have an error in your SQL syntax; check the
> manual that corresponds to your MySQL server version for the right syntax to use near
> '"DMPPRuser") VALUES ('MYNAME')' at line 1
You'll need to enable ANSI_QUOTES to be able the use '"' as an
identifier quote character rather then MySQL's default '`'.
See:
http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html#sqlmode_ansi_quotes
This can be done in the server configuration, so no client/lasso
alterations are necessary.
--
Rik