学习笔记(38):MySQL数据库从入门到精通实战-如何恢复误删的数据

立即学习:https://edu.csdn.net/course/play/27328/370721?utm_source=blogtoedu

什么是binlog

show master logs

产看所有二进制列表

 

show master status 

查看正在使用的二进制日志

 

flush logs

刷新日志

 

show binlog events in ‘WQ-2016....'from 10668\G

 

mysqlbinlog -v --base64-output=decode-rows "C:\programdata\...." 

 

 

mysqlbinlog "C:\programdata\mysql\..." --start-position xxx --stop-position xxx > d:\backup\test.sql

你可能感兴趣的:(研发管理,数据库,mysql,MySQL,设计,语言)