Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

According to this

Error: Tablespace for table xxx exists. Please DISCARD the tablespace before IMPORTError: Tablespace for table xxx exists. Please DISCARD the tablespace before IMPORT

There can be multiple reasons for this.

  1. Either your query is timing out
  2. Either someone has removed foreign key check by running set foreign_key_checks=0

According to this

Error: Tablespace for table xxx exists. Please DISCARD the tablespace before IMPORT

There can be multiple reasons for this.

  1. Either your query is timing out
  2. Either someone has removed foreign key check by running set foreign_key_checks=0

According to this

Error: Tablespace for table xxx exists. Please DISCARD the tablespace before IMPORT

There can be multiple reasons for this.

  1. Either your query is timing out
  2. Either someone has removed foreign key check by running set foreign_key_checks=0
Source Link
Naruto
  • 4.4k
  • 1
  • 24
  • 32

According to this

Error: Tablespace for table xxx exists. Please DISCARD the tablespace before IMPORT

There can be multiple reasons for this.

  1. Either your query is timing out
  2. Either someone has removed foreign key check by running set foreign_key_checks=0