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