How to fix a MySQL DB when some tables were deleted
-
Hello users, I’m facing an issue like – I’ve only one MySql DB given by my hosting provider. So what I do is, for different applications I use same DB. but I use seperate prefix always for separate tables to understand, this is related to WP, this is related to another..
Last day while I created some tables for another application, but unfortunately after the test, I accidentally cleared some of the rows inside those test tables, after that my wp isnot connecting to DB. Right now I dont have a backup of DB.Right now i have all wp tables(myISAM type) , test tables- InnoDB type (with some deleted rows).
How can I fix this? is dropping of those test tables (they re not part of WP anymore) can help me?please help me.
The page I need help with: [log in to see the link]
- The topic ‘How to fix a MySQL DB when some tables were deleted’ is closed to new replies.