Error: RENAME TABLE ibf_custom_bbcode TO ibf_custom_bbcode_old;
Table 'ibf_custom_bbcode_old' already exists
Error: CREATE TABLE ibf_custom_bbcode (
bbcode_id int(10) NOT NULL auto_increment,
bbcode_title varchar(255) NOT NULL default '',
bbcode_desc text,
bbcode_tag varchar(255) NOT NULL default '',
bbcode_replace text,
bbcode_useoption tinyint(1) NOT NULL default '0',
bbcode_example text,
bbcode_switch_option int(1) NOT NULL default '0',
bbcode_menu_option_text varchar(200) NOT NULL default '',
bbcode_menu_content_text varchar(200) NOT NULL default '',
bbcode_single_tag tinyint(1) NOT NULL default '0',
bbcode_groups varchar(255) default NULL,
bbcode_sections varchar(255) default NULL,
bbcode_php_plugin varchar(255) default NULL,
bbcode_parse smallint(2) NOT NULL default '1',
bbcode_no_parsing tinyint(1) NOT NULL default '0',
bbcode_protected tinyint(1) NOT NULL default '0',
bbcode_aliases varchar(255) default NULL,
bbcode_optional_option tinyint(1) NOT NULL default '0',
bbcode_image varchar(255) default NULL,
bbcode_strip_search tinyint(1) NOT NULL default '0',
bbcode_app varchar(50) NOT NULL default '',
PRIMARY KEY (bbcode_id)
) TYPE=MyISAM;
Table 'ibf_custom_bbcode' already exists
Error: CREATE TABLE ibf_profile_friends_flood (
friends_id int(10) NOT NULL auto_increment,
friends_member_id int(10) unsigned NOT NULL default '0',
friends_friend_id int(10) unsigned NOT NULL default '0',
friends_removed int(10) unsigned NOT NULL default '0',
PRIMARY KEY (friends_id),
KEY my_friends (friends_member_id,friends_friend_id),
KEY friends_member_id (friends_member_id)
) TYPE=MyISAM;
Table 'ibf_profile_friends_flood' already exists...
It's quite long error .. I try to instaled once before and didn't suceed but I restore my db before that .. and once more got this error msg .. what should I do now?