首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Mysql >

mysqlbinlog 找出误删的数据

2012-08-30 
mysqlbinlog 找到误删的数据mysqlbinlog -h172.16.59.33 -urdm -prdm2010 --read-from-remote-server --st

mysqlbinlog 找到误删的数据

mysqlbinlog -h172.16.59.33 -urdm -prdm2010 --read-from-remote-server --start-date="2010-04-19 00:00:00" --stop-date="2010-04-20 08:40:00" mysql-bin.000029 | grep "t_project_role_right" > /tmp/dump.log

热点排行