problem due to SugarCRM
Posted by: gany (---.revip2.asianet.co.th)
Date: July 26, 2011 06:44AM

Sunday I installed SugarCRM on WAMP (latest 32 bit version). It didn't do what I wanted, so I removed it.
Problem began right after that. Not all files are removed. Some MySQL folder are still there:
- information_schema (37)
- mysql
- test (this is my own folder)

I can't remove the information_schema folder, nor drop the contents of it. I'm almost certain it is the cause of the following error when I try to install Joomla. I can't get the database even set up.

How can I solve this? I have very limited knowledge about MySQL and Phpmyadin.

The error I get when trying to install Joomla:

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 CHARACTER SET `utf8`' 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` 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_catid`(`catid`) )
TYPE=MyISAM CHARACTER SET `utf8`

Options: ReplyQuote
Re: problem due to SugarCRM
Posted by: stevenmartin99 (---.251.255.15.threembb.ie)
Date: July 26, 2011 11:10AM

These are not part of sugarcrm- they are part of mysql and have always beenthere

If you remove them- wamp won't work

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: problem due to SugarCRM
Posted by: gany (---.revip2.asianet.co.th)
Date: July 26, 2011 11:52AM

Okay, I understand that. Can I un-install Wamp, and reinstall it again?
And what about the error message? If it isn't caused by SugarCRM, which seems clear to me know, what can I do to get Wamp working properly again?

Options: ReplyQuote
Re: problem due to SugarCRM
Posted by: yfastud (Moderator)
Date: July 27, 2011 12:00AM

In joomla folder, open file joomla.sql and find
TYPE=MyISAM
Replace w/
ENGINE=MyISAM
To setup Joomla on Wamp, follow this
[blog.jlbn.net]

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.