MySQL Forums
Forum List  »  MySQL Workbench

Re: Data Recovery
Posted by: Mike Lischke
Date: February 18, 2015 02:53AM

I guess your data is gone then. The question is not *if* you need a backup, but *when*.

Additional info: simply replacing frm etc. files works only for MyISAM tables and still might not work 100%. ibdata is the data file for InnoDB. It works differently and simply replacing that won't help. Joomla uses InnoDB (since a while already IIRC).

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
1788
February 17, 2015 07:05PM
Re: Data Recovery
471
February 18, 2015 02:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.