Erreur de la base de données WordPress : [User 'nouvelhayeren' has exceeded the 'max_questions' resource (current value: 24562)]CREATE TABLE IF NOT EXISTS nh_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;