WordPress database error: [Table 'wp_aioseo_cache' already exists]CREATE TABLE wp_aioseo_cache (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`key` varchar(80) NOT NULL,
`value` longtext NOT NULL,
`expiration` datetime NULL,
`created` datetime NOT NULL,
`updated` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY ndx_aioseo_cache_key (`key`),
KEY ndx_aioseo_cache_expiration (`expiration`)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
WordPress database error: [Can't find file: './loesch_wrdp9/wp_aioseo_cache_new.frm' (errno: 2 - No such file or directory)]RENAME TABLE wp_aioseo_cache TO wp_aioseo_cache_old, wp_aioseo_cache_new TO wp_aioseo_cache