WordPress database error: [Tablespace for table '`airsaveu_maindb`.`Airsave_wpgmza_rectangles`' exists. Please DISCARD the tablespace before IMPORT]
CREATE TABLE `Airsave_wpgmza_rectangles` (
id int(11) NOT NULL AUTO_INCREMENT,
map_id int(11) NOT NULL,
name TEXT,
cornerA POINT,
cornerB POINT,
color VARCHAR(16),
opacity FLOAT,
PRIMARY KEY (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1