I am moving a closed zen-cart to a different domain simply so I can easily retrieve financial information. The closed domain will be redirected to another domain, but I still need access to the closed admin.
I have moved all files and the db to the new location and I am stepping through the zc_install. I have encountered an issue:
Installation In Progress...
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;]
Can anyone tell me what I have done wrong or better yet, what I need to do to fix this?
Thank you,
Christy


Can anyone tell me what I have done wrong or better yet, what I need to do to fix this?
Reply With Quote
But maybe that wasn't even the problem.
