简体   繁体   English

MySQL数据库恢复

[英]Mysql Database Recovery

Is any possible to recover the data which is deleted accidently in mysql 5 and linux environment. 是否有可能恢复在mysql 5和linux环境中意外删除的数据。 My friend deleted one database from mysql in his linux machine accidently is there any chance to recover? 我的朋友无意间从Linux机器上的mysql中删除了一个数据库,是否有恢复的机会?

If your server is maintained by an ISP, ask the support if it's possible to do a rollback. 如果您的服务器由ISP维护,请询问支持人员是否可以进行回滚。 Most ISPs / Server-Hosting-Services do automated backups of your server (-files), so your data may be not completely lost. 大多数ISP /服务器托管服务会自动备份服务器(文件),因此您的数据可能不会完全丢失。

was binary logging enable for the mysql database? 二进制记录启用了mysql数据库? if there are binary logs for that db, you can try recovering the deleted data from there. 如果该数据库有二进制日志,则可以尝试从那里恢复已删除的数据。 if there are no binary logs,no mysqldumps, or backups then i think your friend is out of luck. 如果没有二进制日志,没有mysqldumps或备份,那么我认为您的朋友不走运。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM