I have an innoDB database.
Yesterday my database crashed and I could not recover it, so I just deleted it from /var/lib/mysql directly.
After this, I restored database from dump, but I'm getting messages like this:
ERROR 1050 (42S01): Table '
production.itex_product_props' already exists
To fix this, I can do two things:
- Create database with another name
- Create dumps of all databases on my server, delete databases, delete files like
ibddata1, and restore all databases from dump.
Can I fix this error another way?