Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Upload component - Failed
SQL Error DB function failed with error number 1064
You have an error in your SQL syntax near 'ENGINE=MyISAM AUTO_INCREMENT=1' at line 6 SQL=CREATE TABLE IF NOT EXISTS `mos_awards` ( `id` int(11) NOT NULL auto_increment, `image` tinytext NOT NULL, `desc` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=1;
SQL =
CREATE TABLE IF NOT EXISTS `mos_awards` (
`id` int(11) NOT NULL auto_increment,
`image` tinytext NOT NULL,
`desc` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1;
Please Log in or Create an account to join the conversation.