• Resolved alecjmccartney

    (@alecjmccartney)


    Hi,

    I’m trying to make a local copy of my WordPress site so I can demo it without an internet connection. I’m using Xampp to provide the Apache and MySQL services.

    When I try to import my database into my local PHPmyAdmin, I see the following error:

    CREATE TABLE IF NOT EXISTS wp_bsearch (
    accessedid int(11) NOT NULL AUTO_INCREMENT,
    searchvar varchar(100) NOT NULL,
    cntaccess int(11) NOT NULL,
    PRIMARY KEY (accessedid),
    KEY IDX_searhvar (searchvar)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=35

    I pretty sure that part of my database relates to Better Search.

    Can you help?

    Thanks!

    https://ww.wp.xz.cn/plugins/better-search/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Error when importing database to local server’ is closed to new replies.