-
AuthorPosts
-
July 25, 2012 at 4:42 pm #179401
I tried to install the the quickstart, and after I put the database informations, this error appeared:
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 ‘TYPE=MyISAM AUTO_INCREMENT=9’ at line 29 SQL=CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL AUTO_INCREMENT, `cid` int(11) NOT NULL DEFAULT ‘0’, `type` varchar(30) NOT NULL DEFAULT ‘banner’, `name` varchar(255) NOT NULL DEFAULT ”, `alias` varchar(255) NOT NULL DEFAULT ”, `imptotal` int(11) NOT NULL DEFAULT ‘0’, `impmade` int(11) NOT NULL DEFAULT ‘0’, `clicks` int(11) NOT NULL DEFAULT ‘0’, `imageurl` varchar(100) NOT NULL DEFAULT ”, `clickurl` varchar(200) NOT NULL DEFAULT ”, `date` datetime DEFAULT NULL, `showBanner` tinyint(1) NOT NULL DEFAULT ‘0’, `checked_out` tinyint(1) NOT NULL DEFAULT ‘0’, `checked_out_time` datetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’, `editor` varchar(50) DEFAULT NULL, `custombannercode` text, `catid` int(10) unsigned NOT NULL DEFAULT ‘0’, `description` text NOT NULL, `sticky` tinyint(1) unsigned NOT NULL DEFAULT ‘0’, `ordering` int(11) NOT NULL DEFAULT ‘0’, `publish_up` datetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’, `publish_down` datetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’, `tags` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), KEY `idx_banner_catid` (`catid`) ) TYPE=MyISAM AUTO_INCREMENT=9
July 25, 2012 at 4:53 pm #462208I tried to solve using this tip:
Go to folder : “installation/sql/mysql”, find all file with .sql. Find TYPE=MyISAM and replace it by ENGINE=MyISAMBut now this error is appearing:
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 ‘TYPE=InnoDB’ at line 11 SQL=CREATE TABLE `jos_fb_announcement` ( `id` int(3) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `sdescription` text NOT NULL, `description` text NOT NULL, `created` datetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’, `published` tinyint(1) NOT NULL DEFAULT ‘0’, `ordering` tinyint(4) NOT NULL DEFAULT ‘0’, `showdate` tinyint(1) NOT NULL DEFAULT ‘1’, PRIMARY KEY (`id`) ) TYPE=InnoDB
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
July 26, 2012 at 3:31 am #462250Hi carlalettieri,
Go to folder : “installation/sql/mysql”, find all file with .sql. Find all keyword TYPE=InnoDB and replace it by ENGINE = InnoDB
Thanks
1 user says Thank You to MoonSailor for this useful post
July 26, 2012 at 2:01 pm #462309Thanks, issue solved.
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by carlalettieri 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum