WordPress-Datenbank-Fehler: [Tablespace for table '`wordpress_p`.`wp_mapp_maps`' exists. Please DISCARD the tablespace before IMPORT]CREATE TABLE IF NOT EXISTS wp_mapp_maps (
mapid INT NOT NULL AUTO_INCREMENT,
otype VARCHAR(32),
oid INT,
status VARCHAR(64),
title VARCHAR(512),
obj LONGTEXT,
INDEX title_idx (title(191)),
PRIMARY KEY (mapid),
UNIQUE KEY object_idx (otype, oid, mapid)
) CHARACTER SET utf8;