mysql导出指定时间段binlog(需要已经开启binlog)

admin4年前复制粘贴577
mysqlbinlog --no-defaults --start-datetime="2018-09-06 13:45:00" --stop-datetime="2018-09-06 14:05:00" ./mysql-bin.000022 --result-file=mysql-bin.000022_2018.sql


相关文章

nginx配置ssl证书https(转自阿里云)

80自动跳转443模式server {     listen    80;   &nb...

ubuntu的一些基本设置

一、设置开机启动(/etc/rc.local)将/lib/systemd/system/rc-local.service 链接到 /etc/systemd/system/# ln ...

Python依赖安装

一、依赖清单导出和包下载在项目根目录执行 #仅生成当前项目依赖清单文件(和freeze命令 二选一) requirements.txt pipreqs ./&nb...

Ubuntu编译安装Nginx(转)

1、依赖安装sudo apt-get update sudo apt-get install build-essential sudo ...

js压缩图片(转,记录备用)

<!DOCTYPE html> <html> <head> <meta charset="UTF-8">...

花生壳和pubyun(原3322)在linux下快速解析

一、花生壳通过设置路由器自定义地址(免费版已经无法解析)http://用户名:密码@/ddns.oray.com/ph/update?&hostname=域名/ curl -fsS...

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。