-
Zen Cart install problems (MySQL errors)
I keep getting this error:
1064 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' at line 1
in:
[CREATE TABLE zen_upgrade_exceptions ( upgrade_exception_id smallint(5) NOT NULL auto_increment, sql_file varchar(50) default NULL, reason varchar(200) default NULL, errordate datetime default '0001-01-01 00:00:00', sqlstatement text, PRIMARY KEY (upgrade_exception_id) ) TYPE=MyISAM;]
I am currently running FreeBSD 4.11-STABLE, PHP 5.1.2, and MySQL 5.1.7-beta .
I have tried installing 1.3.0.2, first, then I thought, perhaps, there could be a problem with the latest version, so I attempted to install 1.3.0 and it still created the same error.
Can anyone give me a little direction? :)
Thanks!
-
Re: Zen Cart install problems (MySQL errors)
I suspect your problem is MySQL 5.1.x-beta.
It could be that your MySQL settings are set to disallow TYPE=MYISAM table definitions.
Zen Cart isn't fully tested nor certified for MySQL5 at the present time.
Downgrading to MySQL 4 should do away with the reported error.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donations always welcome: www.zen-cart.com/donate
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
-
Re: Zen Cart install problems (MySQL errors)
I'm not 100% certain on this, but I don't think that it's necessary to speciify MYISAM in the sql file, so you could try doing a find and replace on all instances of TYPE=MYISAM in the installation sql file - and replace with nothing of course.
Downgrading to MySQL 4 would be safer option if it is open to you to do so - as MySQL 5 is not exactly stable (beta release or not).
Vger
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Content and Graphics Copyright (c) 2003 - 2013 Zen Ventures, LLC - all rights reserved
Zen Cart® is a Registered Trademark of Zen Ventures, LLC
Bookmarks