WordPress database error: [User 'midiformbis' has exceeded the 'max_questions' resource (current value: 64000)]
show tables like 'wp_mappress_maps'
WordPress database error: [User 'midiformbis' has exceeded the 'max_questions' resource (current value: 64000)]
CREATE TABLE wp_mappress_maps (
mapid INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
obj LONGTEXT)
CHARACTER SET utf8;
WordPress database error: [User 'midiformbis' has exceeded the 'max_questions' resource (current value: 64000)]
show tables like 'wp_mappress_posts'
WordPress database error: [User 'midiformbis' has exceeded the 'max_questions' resource (current value: 64000)]
CREATE TABLE wp_mappress_posts (
postid INT,
mapid INT,
PRIMARY KEY (postid, mapid) )
CHARACTER SET utf8;