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_claimsCREATE TABLE
wp_actionscheduler_claims(claim_idbigint(20) UNSIGNED NOT NULL,date_created_gmtdatetime 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)
The topic ‘Tablespace for table ‘`wp`.`wp_actionscheduler_claims`’ exists’ is closed to new replies.