Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能恢复在 mysql 5 和 linux 环境中意外删除的数据。我的朋友不小心在他的linux机器上从mysql中删除了一个数据库,还有机会恢复吗?
如果您的服务器由 ISP 维护,请询问支持人员是否可以进行回滚。大多数 ISP / 服务器托管服务会自动备份您的服务器(文件),因此您的数据可能不会完全丢失。
mysql 数据库是否启用了二进制日志记录?如果该数据库有二进制日志,您可以尝试从那里恢复已删除的数据。如果没有二进制日志、没有 mysqldumps 或备份,那么我认为你的朋友不走运。