Hello everyone,
before anyone says something, I HAVE searched for this error and tried the fix i found but it doesn't work.
When i start the server I get that z_ots_communication error and when i try to execute this sql query:
i get this error:
what should i do ? i am using sqlite btw.
and thanks all in advance
before anyone says something, I HAVE searched for this error and tried the fix i found but it doesn't work.
When i start the server I get that z_ots_communication error and when i try to execute this sql query:
SQL:
CREATE TABLE `z_ots_comunication` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(255) NOT NULL,
`type` varchar(255) NOT NULL,
`action` varchar(255) NOT NULL,
`param1` varchar(255) NOT NULL,
`param2` varchar(255) NOT NULL,
`param3` varchar(255) NOT NULL,
`param4` varchar(255) NOT NULL,
`param5` varchar(255) NOT NULL,
`param6` varchar(255) NOT NULL,
`param7` varchar(255) NOT NULL,
`delete_it` int(2) NOT NULL default '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;");
Code:
near "auto_increment": syntax error
what should i do ? i am using sqlite btw.
and thanks all in advance
Last edited: