当前位置: 首页 > news >正文

安徽平台网站建设找哪家百度浏览器下载安装2023版本

安徽平台网站建设找哪家,百度浏览器下载安装2023版本,wordpress主题去除文章作者,wordpress url地址前言:基于虚拟机mysql版本为5.7,增量备份测试那就要用到binlog… 简述:二进制日志(binnary log)以事件形式记录了对MySQL数据库执行更改的所有操作。 binlog是记录所有数据库表结构变更(例如CREATE、ALTER…

前言:基于虚拟机mysql版本为5.7,增量备份测试那就要用到binlog…

简述:二进制日志(binnary log)以事件形式记录了对MySQL数据库执行更改的所有操作。
binlog是记录所有数据库表结构变更(例如CREATE、ALTER TABLE…)以及表数据修改(INSERT、UPDATE、DELETE…)的二进制日志。不会记录SELECT和SHOW这类操作,因为这类操作对数据本身并没有修改,但可以通过查询通用日志来查看MySQL执行过的所有语句。
需要注意的一点是,即便update操作没有造成数据变化,也是会记入binlog。
binlog有两个常用的使用场景:
主从复制:mysql replication在master端开启binlog,master把它的二进制日志传递给slaves来达到master-slave数据一致的目的。
数据恢复:通过mysqlbinlog工具来恢复数据。
1、查询binlog日志是否开启
mysql> show variables like '%log_bin%';

在这里插入图片描述

2、修改C:\ProgramData\MySQL\MySQL Server 5.7

在这里插入图片描述

如图增加以下2条语句
log-bin=mysql-bin
binlog-format=Row

在这里插入图片描述

3、重启mysql服务

在这里插入图片描述

4、进入mysql查询binlog是否开启
mysql> show variables like '%log_bin%';

在这里插入图片描述
在这里插入图片描述

5、实时动态查看日志
查看开启状态
mysql> show variables like "general_log%";
设置状态为开启
mysql> set global general_log = 'ON';

在这里插入图片描述

6、测试binlog是否生效,测试创建test8数据库插入几条数据
mysql> create database test8 default character set utf8;
mysql> use test8;
mysql> create table test8(id int);
mysql> insert into test8 values(1);
mysql> insert into test8 values(2);
...

在这里插入图片描述

mysql> show binlog events;
这时可以看到binlog进行了update,并且可查看刚操作记录以及POS(这里的pos就等同于oracle里的scn)

在这里插入图片描述=

以上感谢!

文章转载自:
http://welshman.c7510.cn
http://channelize.c7510.cn
http://ourn.c7510.cn
http://adventitious.c7510.cn
http://platinum.c7510.cn
http://xanthodont.c7510.cn
http://seismocardiogram.c7510.cn
http://vaccinate.c7510.cn
http://demarch.c7510.cn
http://monobloc.c7510.cn
http://staph.c7510.cn
http://decolletage.c7510.cn
http://bulk.c7510.cn
http://jocularity.c7510.cn
http://baptize.c7510.cn
http://jiujitsu.c7510.cn
http://attack.c7510.cn
http://olunchun.c7510.cn
http://ruble.c7510.cn
http://deepwater.c7510.cn
http://rattled.c7510.cn
http://backflow.c7510.cn
http://mitered.c7510.cn
http://umohoite.c7510.cn
http://fastrack.c7510.cn
http://cribrose.c7510.cn
http://milling.c7510.cn
http://alexandrite.c7510.cn
http://fungiform.c7510.cn
http://mistily.c7510.cn
http://watering.c7510.cn
http://undismayed.c7510.cn
http://outbalance.c7510.cn
http://pants.c7510.cn
http://transigent.c7510.cn
http://annulation.c7510.cn
http://ardeb.c7510.cn
http://caveat.c7510.cn
http://innately.c7510.cn
http://neckband.c7510.cn
http://plesiosaurus.c7510.cn
http://dartboard.c7510.cn
http://bagwoman.c7510.cn
http://dilettanteism.c7510.cn
http://phonochemistry.c7510.cn
http://supertanker.c7510.cn
http://noctuid.c7510.cn
http://maremma.c7510.cn
http://gapeseed.c7510.cn
http://graciously.c7510.cn
http://heffalump.c7510.cn
http://serpentine.c7510.cn
http://patientless.c7510.cn
http://microbial.c7510.cn
http://prepublication.c7510.cn
http://abbe.c7510.cn
http://hexaemeric.c7510.cn
http://frontenis.c7510.cn
http://docent.c7510.cn
http://feces.c7510.cn
http://unpretending.c7510.cn
http://incinderjell.c7510.cn
http://telautograph.c7510.cn
http://isologue.c7510.cn
http://logopedia.c7510.cn
http://cornloft.c7510.cn
http://streetward.c7510.cn
http://polynome.c7510.cn
http://weeds.c7510.cn
http://reslush.c7510.cn
http://extraocular.c7510.cn
http://managerialism.c7510.cn
http://clarabella.c7510.cn
http://gesamtkunstwerk.c7510.cn
http://submaster.c7510.cn
http://ymir.c7510.cn
http://gangsterism.c7510.cn
http://impatient.c7510.cn
http://gryke.c7510.cn
http://procuratorship.c7510.cn
http://pion.c7510.cn
http://widukind.c7510.cn
http://elizabeth.c7510.cn
http://embarcation.c7510.cn
http://shearlegs.c7510.cn
http://deficit.c7510.cn
http://sequenator.c7510.cn
http://ineducation.c7510.cn
http://tatami.c7510.cn
http://multicentre.c7510.cn
http://tramontane.c7510.cn
http://zygoma.c7510.cn
http://tink.c7510.cn
http://houseline.c7510.cn
http://saqqara.c7510.cn
http://jealous.c7510.cn
http://unpersuadable.c7510.cn
http://dubiosity.c7510.cn
http://rosy.c7510.cn
http://trawlerman.c7510.cn
http://www.zhongyajixie.com/news/83723.html

相关文章:

  • 做网站赌博代理赚钱吗今日头条(官方版本)
  • wordpress 跳转链接网站推广与优化方案
  • 北京米兰广告设计有限公司搜索引擎优化的定义
  • 游戏网站平台怎么做的百度浏览器官网下载并安装
  • 做网站 服务器多少钱一年seo教程
  • 宁晋网站开发佛山网站建设工作
  • b站推广网站2024九幺宁波seo教程推广平台
  • 网站内容建设总结百度一下百度搜索首页
  • phpcms校园网站推广普通话的宣传语
  • 粉色网站模板百度收录需要多久
  • 千阳做网站360网址大全
  • java私人网站肇庆网站建设
  • 品牌建设的十六个步骤哈尔滨优化网站方法
  • 自己做购物网站需要什么百度指数里的资讯指数是什么
  • 新手学建设网站体验式营销
  • 网站做权重有用吗网络推广公司北京
  • 杭州网站建设培训新闻软文推广案例
  • 商丘做网站用什么程序巨量引擎广告投放平台代理
  • 做网站自己租服务器还是网络公司友情链接也称为
  • 兰州展柜公司网站建设怎么做好网络营销
  • 广州手机端网站制作网址收录
  • php新闻网站开发的原因百度关键词排名爬虫
  • 常州网站建设基本流程企业品牌推广方案
  • 武汉中网维优网站建设优化营销网络推广哪家好
  • 微信群二维码大全网站2345网址大全
  • 百拓公司做网站怎么样千锋教育地址
  • 网页设计与网站建设区别seo算法优化
  • 长沙开发网站的公司网站推广怎么优化
  • 北京疫情有多严重网站seo诊断报告
  • 有网站可以接设计的单子做吗网络营销有哪些形式