joomla installation error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dipen Mehta
    New Member
    • Jun 2011
    • 16

    joomla installation error

    when i install joomla with iis it will give following error

    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 'ENGINE=MyISAM' at line 29 SQL=CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(90) NOT NULL default 'banner', `name` TEXT 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_ti me` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(150) default NULL, `custombannerco de` text, `catid` INTEGER UNSIGNED NOT NULL DEFAULT 0, `description` TEXT NOT NULL DEFAULT '', `sticky` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0, `ordering` INTEGER 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 DEFAULT '', `params` TEXT NOT NULL DEFAULT '', PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), INDEX `idx_banner_cat id`(`catid`) ) ENGINE=MyISAM



    how can i remove this error?
  • John Doe
    New Member
    • Jun 2011
    • 20

    #2
    Dipen,

    Check that your web host meets the system requirements for Joomla... http://help.joomla.org/content/view/1938/310/

    From the error, the issue is MyISAM. You say that you've installed it in IIS. Check that you've also installed the MySQL database server.

    Comment

    • Dipen Mehta
      New Member
      • Jun 2011
      • 16

      #3
      i already install IIS, MYSQL than after it will give error

      Comment

      Working...