Błąd bazy danych WordPressa: [Table 'wp_wc_category_lookup' already exists]
CREATE TABLE wp_wc_category_lookup (
category_tree_id BIGINT UNSIGNED NOT NULL,
category_id BIGINT UNSIGNED NOT NULL,
PRIMARY KEY (category_tree_id,category_id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci