|
Posted by maux on 10/13/74 11:40
how can i fix this?
Errore
query SQL :
CREATE TABLE `tags` (
`tag_link_id` int(11) NOT NULL default '0',
`tag_lang` varchar(4) NOT NULL default 'en',
`tag_date` timestamp NOT NULL,
`tag_words` varchar(64) NOT NULL default '',
UNIQUE KEY `tag_link_id` (`tag_link_id`,`tag_lang`,`tag_words`),
KEY `tag_lang` (`tag_lang`,`tag_date`)
) ENGINE=MyISAM
Messaggio di MySQL:
You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 8
thanks for help
Navigation:
[Reply to this message]
|