I gett this error when I'm trying to install my toplist script.
I think it's the auto_increment 'thing', but I'm not sure...
Searched at google, but I understand nothing of what they're saying...
Ohyea, I'm on server1.
PHP version: 5.2.4
MySQL version: 5.0.27-standard
| Code: |
| MySQL Error: 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 'out int(11) NOT NULL default '0',
out_past int(11) NOT NULL default '0', hit' at line 1 Query: CREATE TABLE mtl_sites ( id int(11) NOT NULL auto_increment, owner int(11) NOT NULL default '0', owner_accept tinyint(2) NOT NULL default '0', date varchar(50) NOT NULL default '', a_admin tinyint(4) NOT NULL default '0', a_ban tinyint(4) NOT NULL default '0', a_hide tinyint(4) NOT NULL default '0', cat int(11) NOT NULL default '0', site_name varchar(250) NOT NULL default '', site_desc varchar(250) NOT NULL default '', site_url varchar(250) NOT NULL default '', site_banner varchar(250) NOT NULL default '', site_moment tinyint(4) NOT NULL default '0', in_webring tinyint(2) NOT NULL default '0', notepad text NOT NULL, notepad_size int(11) NOT NULL default '0', comments int(11) NOT NULL default '0', votes int(11) NOT NULL default '0', votes_past int(11) NOT NULL default '0', out int(11) NOT NULL default '0', out_past int(11) NOT NULL default '0', hits int(11) NOT NULL default '0', hits_past int(11) NOT NULL default '0', rating_total int(11) NOT NULL default '0', rating int(11) NOT NULL default '0', rating_past int(11) NOT NULL default '0', KEY id (id) ) TYPE=MyISAM |
I think it's the auto_increment 'thing', but I'm not sure...
Searched at google, but I understand nothing of what they're saying...
Ohyea, I'm on server1.
PHP version: 5.2.4
MySQL version: 5.0.27-standard
