From: Dan Nelson Date: February 9 2003 11:50pm Subject: Re: mysqldump oddness. List-Archive: http://lists.mysql.com/mysql/131970 Message-Id: <20030209235040.GK5356@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Feb 07), Kevin S. Brackett said: > mysqldump: Got error: 1064: You have an error in your SQL syntax near > 'index READ /*!32311 LOCAL */,sites READ /*!32311 LOCAL */,welcome READ > /*!32311 ' at line 1 when using LOCK TABLES index is a reserved word. Not sure how you managed to create a table with this name, but you can still use it as long as you escape it with backtics. `index` -- Dan Nelson dnelson@stripped