I get this error when trying to install my IP Board: Code: mySQL query error: CREATE TABLE tad_admin_logs ( id bigint(20) NOT NULL auto_increment, act varchar(255) default NULL, code varchar(255) default NULL, member_id int(10) default NULL, ctime int(10) default NULL, note text NULL, ip_address varchar(255) default NULL, PRIMARY KEY (id) ) TYPE=MyISAM; SQL error: Table 'tad_admin_logs' already exists SQL error code: 1050 Date: Saturday 21st of June 2008 10:36:17 PM Please help!
the table tad_admin_logs (the one you are trying to make) already exists either you have to delete it or its already fully installed
Thanks for your help, guys, I forgot to close this. I already got it fixed. I just renamed the table.