Jump to content

[Solved] Table doesn't exist error on MySQL database


joserg96

Recommended Posts

They were probably InnoDB tables that got lost during a crash a while back. This issue is why we highly recommend you use MyISAM whenever possible. We've lost InnoDB data countless times, but have never lost MyISAM tables in our 10+ years in operation.

 

What's the database name containing these tables? We need that so we can check if a backup exists.

 

Assuming we have a backup to give you (we attempted them prior to the repairs that caused the data loss but no guarantee they succeeded, backups are ultimately a user's responsibility here), you'll need to create a new database and restore the backup to fix them. Krydos can remove the current corrupt database if you wish as well, or you can just pick a different database name.

Link to comment
Share on other sites

The backup link has been emailed to your contact email address. I didn't drop the database because it sounds like some of the tables are myisam and they may have changed since the backup was created. You can either create a new database and restore the backup into it or let me know and I can drop the database. Make sure it's fully backed up if you do request a drop.

Link to comment
Share on other sites

Thanks, I received the backup, now the problem is that I got an error message saying that I do not own the db when I tried to delete it but then it disappeared and I can't create it again because "it already exists", so if you could delete it for me it would be nice. Thanks again for sending the backup

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...