恢复截断的Mysql数据库表 - XAMPP

问题描述 投票:0回答:1

我错误地截断了我的数据库表。我尝试使用二进制日志,但意识到它已关闭。有没有办法恢复数据?我在iMAC上使用XAMPP。

mysql xampp data-recovery
1个回答
0
投票

有很多类似的问题。

如果您没有备份或二进制日志,则无法还原。

见:http://dev.mysql.com/doc/refman/5.0/en/truncate-table.htmlHow to restore a truncated table

© www.soinside.com 2019 - 2024. All rights reserved.