Quantcast
Channel: ITPUB论坛-专业的IT技术社区
Viewing all articles
Browse latest Browse all 18583

mysql恢复数据

$
0
0
误删数据库 1.查看二进制文件 mysqlbinlog /binlog/mysql-bin.000004 # at 1561 2.导出删除之前至增量备份后的二进制日志数据 mysqlbinlog --start-position=1289 --stop-position=1561 /binlog/mysql-bin.000004 >/backup/allen_1561.sql --1289是初始二进 ...

Viewing all articles
Browse latest Browse all 18583

Trending Articles