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 数据库中的一个表。之后,我从每天 00:01 安排的备份中恢复了此表。但是从 00:01 到 12:34 有数据丢失。有没有办法恢复这些记录?表引擎是 myisam。
如果您启用了所有查询的日志,Afaik 会有一个备份机制。否则,数据将永远丢失。
不可能,除非您执行了一些其他备份例程或在该时间范围内进行了一些查询日志记录,否则您计划的备份和删除之间的数据会丢失