I use 2.2.6 and php 4.2.1
and get this error when trying to run the queries:
Invalid SQL: CREATE TABLE userclicks (
userid int(11) NOT NULL default '0',
bannerid int(11) NOT NULL default '0',
clicks int(11) NOT NULL default '0',
PRIMARY KEY (userid,bannerid)
) TYPE=MyISAM;
mysql error: You have an error in your SQL syntax near ';
' at line 6
mysql error number: 1064
EDIT: it seems to work now... I put the code in the non-select SQL query field at first.... will test.
|