Michael Kraus wrote:
> I've got a text file I use to create my MySQL tables. (That is, it 
> contains sql statements.) There is a comment in the file:
>  
> /* whirlpool_user_id does not map to any other database reference - 
> just purchaser's user name or id on whirlpool */
>  
> When this sql file is executed against the server with the comment 
> left in, it complains of an error on the next CREATE TABLE 
statement.

> Anyone have any clues?

"The Fine Manual"(TM) suggests that the single quote in there is against the 
rules ...
http://dev.mysql.com/doc/mysql/en/comments.html

Cheers,
- Rog
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to