Closed (fixed)
Project:
Review
Version:
4.7.x-1.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
12 Jan 2006 at 22:44 UTC
Updated:
27 Jan 2006 at 07:30 UTC
SQL query:
CREATE TABLE `review` (
`nid` int( 10 ) NOT NULL default '0',
`review_rate` mediumint( 9 ) default '1',
KEY `nid` ( `nid` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1
MySQL said: Documentation
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1' at line 5
In case anyone else runs across this...
Comments
Comment #1
drewish commentedTry deleting the "ENGINE = MYISAM DEFAULT CHARSET = latin1" from the end and re-running it. If that works I'll update the file.
Comment #2
dgeilhufe@yahoo.com commentedThat is exactly how I corrected the error. :)
Comment #3
drewish commentedThanks for the bug report. This has been corrected in CVS.
Comment #4
(not verified) commented