Tablespace for table ‘`wp`.`wp_actionscheduler_claims`’ exists
-
I am getting the following error when importing the database. What should I do to import the database?
Error
SQL query: Copy
— — Table structure for table
wp_actionscheduler_claims
CREATE TABLE
wp_actionscheduler_claims
(claim_id
bigint(20) UNSIGNED NOT NULL,date_created_gmt
datetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;MySQL said: Documentation 1813 – Tablespace for table ‘
wp
.wp_actionscheduler_claims
‘ exists. Please DISCARD the tablespace before IMPORT
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.