2
Let me guess:
The MySQL version on your server is older than 4.0.18?
Quote:
ENGINE is the preferred term, but cannot be used before MySQL 4.0.18. TYPE is available beginning with MySQL 3.23.0, the first version of MySQL for which multiple storage engines were available.
In theory it should work fine if you open the sql/mysql.sql file and change it to TYPE=MyISAM;
Quote:
CREATE TABLE iptoc (
id int(25) NOT NULL default '0',
ipfrom double(15,0) NOT NULL default '0',
ipto double(15,0) NOT NULL default '0',
country2 char(2) NOT NULL default '',
country3 char(3) NOT NULL default '',
country varchar(35) NOT NULL default ''
) TYPE=MyISAM;
Sorry, this signature is experiencing technical difficulties. We will return you to the sheduled signature as soon as possible ...