i Got Probz in ipb backup upload.

Discussion in 'MySQL' started by 7777, Feb 23, 2008.

  1. #1
    Error at the line 10: ) ENGINE=MyISAM AUTO_INCREMENT=168 DEFAULT CHARSET=latin1;

    Query: CREATE TABLE ibf_acp_help (
    id int(10) NOT NULL auto_increment,
    is_setting tinyint(1) NOT NULL default '0',
    page_key varchar(255) default NULL,
    help_title varchar(255) default NULL,
    help_body text,
    help_mouseover varchar(255) default NULL,
    PRIMARY KEY (id),
    KEY page_key (page_key)
    ) ENGINE=MyISAM AUTO_INCREMENT=168 DEFAULT CHARSET=latin1;


    MySQL: Table 'ibf_acp_help' already exists
     
    7777, Feb 23, 2008 IP
  2. 2WDH.com

    2WDH.com Active Member

    Messages:
    143
    Likes Received:
    3
    Best Answers:
    5
    Trophy Points:
    68
    #2
    Hi.

    Did you try to remove ibf_acp_help table before uploading backup?
     
    2WDH.com, Feb 23, 2008 IP