WordPress database error: [Lock wait timeout exceeded; try restarting transaction]
CREATE TABLE IF NOT EXISTS wpelearning_addactionsandfilters_plugin_usercode ( id mediumint(9) NOT NULL AUTO_INCREMENT, enabled boolean DEFAULT 0 NOT NULL, shortcode boolean DEFAULT 0 NOT NULL, buffer boolean DEFAULT 1 NOT NULL, inadmin boolean DEFAULT 0 NOT NULL, name tinytext DEFAULT '' NOT NULL, capability tinytext, description tinytext DEFAULT '' NOT NULL, code text DEFAULT '' NOT NULL, UNIQUE KEY id (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;