ROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 15, 2001 9:37 AM
Subject: mysqldump generates invalid SQL for "db" table
> >Description:
> Performing a "mysqldump --all-databases --opt" produces invalid
> SQL for the "db" table i.e.:
>
>Description:
Performing a "mysqldump --all-databases --opt" produces invalid
SQL for the "db" table i.e.:
KEY User(User)
Attempting to rebuild tables with the mysql client using this SQL fails
with a syntax error.
If the SQL is modified to:
KEY User (User)
then the mysql