mysqldump problems with restore error: 'Please DISCARD the tablespace before IMPORT'
问题 I run a daily backup mysqldump backup of the production database (mysql version 5.1.66): mysqldump --user=username --password=secret -C -e --create-options --hex-blob --net_buffer_length=5000 databasename > file I also do a daily restore of that database on my development machine (mysql version 5.6.12) mysql --user=username --password=secret databasename < file I get the error: ERROR 1813 (HY000) at line 25: Tablespace for table ' databasename . tablename ' exists. Please DISCARD the