Quote:
Originally posted by rishel
We got one error when trying to do a MySQL insert of the SQL databases: Any idea of what this means?
Error
SQL-query :
CREATE TABLE toplist_hitsin (
inid int(11) unsigned NOT NULL auto_increment,
topid int(11) NOT NULL default '0',
accountid varchar(20) NOT NULL default '',
date varchar(20) NOT NULL default '',
PRIMARY KEY (inid)
)
DROP TABLE IF EXISTS toplist_settings
MySQL said:
You have an error in your SQL syntax near 'DROP TABLE IF EXISTS toplist_settings' at line 9
Back
|
run them one by one unless the what your using supports mutiple queries