WordPress database error: [Table 'yml3mh_e_events' already exists]CREATE TABLE `YML3Mh_e_events` (
id bigint(20) unsigned auto_increment primary key,
event_data text null,
created_at datetime not null
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
WordPress database error: [Duplicate key name 'created_at_index']ALTER TABLE YML3Mh_e_events
ADD INDEX `created_at_index` (`created_at`)
History<\/a><\/blockquote>