mysql导出指定时间段binlog(需要已经开启binlog)
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
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
1、依赖安装sudo apt-get update sudo apt-get install build-essential sudo ...
#搜索镜像 php可替换为其他 docker search php #拉取php镜像 docker pull php #拉取指定版本镜...
nginx配置文件结构... #全...
var compressImage = { compressByFile: function(file,&...
#创建一个服务器仓库 git --bare init myRepository.git #克隆一个仓库到本地 git clone git@服...
根据 Ubnt路由器更换HTTPS证书文件 的说明,更换证书,大部分情况下我们再CA机构拿到的证书一般是 xxx.pem xxx.key 两个文件(nginx)版,或者apache版 xxx.key...