Friday 18 March 2005 2:13:50 am
CREATE TABLE `ezapprove_items` (
`collaboration_id` int( 11 ) NOT NULL default '0',
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`workflow_process_id` int( 11 ) NOT NULL default '0',
PRIMARY KEY ( `id` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1 COLLATE = latin1_danish_ci AUTO_INCREMENT =1 This is the error I get. I also get a error when trying to use command "compatible=mysql40" in shell, errorcode #1064. What is wrong?
|