Troubleshooting of MySQL errors: Difference between revisions

Jump to navigation Jump to search
Line 130: Line 130:
SET sql_mode = 'NO_UNSIGNED_SUBTRACTION';
SET sql_mode = 'NO_UNSIGNED_SUBTRACTION';
</pre>
</pre>
== ERROR 1813: Tablespace for table xxx exists ==
Message: ERROR 1813 Tablespace for table xxx exists.
Solution
* [https://stackoverflow.com/questions/15694168/error-tablespace-for-table-xxx-exists-please-discard-the-tablespace-before-imp mysql - Error: Tablespace for table xxx exists. Please DISCARD the tablespace before IMPORT - Stack Overflow]


== Database and Table Operation Errors ==
== Database and Table Operation Errors ==

Navigation menu