Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Greek Zones contribution


trianglehead

Recommended Posts

Hi all

 

I'm trying to install the greek zones contribution:

greek contr

 

Not knowing much about Mysql I'm a little stuck with the import as it's throwing up the error:

 

Error

SQL query:

CREATE TABLE `countries` (
`countries_id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`countries_name` varchar( 64 ) NOT NULL default '',
`countries_iso_code_2` char( 2 ) NOT NULL default '',
`countries_iso_code_3` char( 3 ) NOT NULL default '',
`address_format_id` int( 11 ) NOT NULL default '0',
PRIMARY KEY ( `countries_id` ) ,
KEY `IDX_COUNTRIES_NAME` ( `countries_name` )
) TYPE = MYISAM ;

MySQL said: Documentation
#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 9 

 

My Mysql verion is 5.0.7

 

What is it that I need to correct in order for it to import successfully?

 

Simon

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...