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
        [EMAIL PROTECTED]

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to