当前位置:网站首页>MySQL binlog related commands
MySQL binlog related commands
2022-07-07 07:01:00 【TomcatLikeYou】
1. View all binlog Log list
show master logs;
2. see master state , In the end ( newest ) One binlog The number and name of the log , And the last operational event pos The end point (Position) value
show master status;
3. Refresh log journal , Since then, a new number of binlog Log files
flush logs;
notes : whenever mysqld When the service is restarted , This command will be executed automatically , Refresh binlog journal ; stay mysqldump Add... When backing up data -F Options will also refresh binlog journal ;
4. Reset ( Empty ) all binlog journal
reset master;
5. Query all connection information
show processlist;
6. see binlog Content
show binlog events
7. see binlog Configuration of
show VARIABLES LIKE "%log%"
边栏推荐
- 循环肿瘤细胞——Abnova 解决方案来啦
- Programmers' daily | daily anecdotes
- impdp的transform参数的测试
- MYSQL----导入导出&视图&索引&执行计划
- Performance comparison between Ceres solver and g2o
- From zero to one, I will teach you to build the "clip search by text" search service (2): 5 minutes to realize the prototype
- JESD204B时钟网络
- 请问 flinksql对接cdc时 如何实现计算某个字段update前后的差异 ?
- 请教一个问题,flink oracle cdc,读取一个没有更新操作的表,隔十几秒就重复读取全量数据
- unity3d学习笔记
猜你喜欢
随机推荐
Distributed ID solution
What books can greatly improve programming ideas and abilities?
2018年江苏省职业院校技能大赛高职组“信息安全管理与评估”赛项任务书
Get the city according to IP
大促过后,销量与流量兼具,是否真的高枕无忧?
ip地址那点事
Master-slave replication principle of MySQL
Big coffee gathering | nextarch foundation cloud development meetup is coming
Please ask a question, flick Oracle CDC, read a table without update operation, and repeatedly read the full amount of data every ten seconds
Mysql---- import and export & View & Index & execution plan
Can 7-day zero foundation prove HCIA? Huawei certification system learning path sharing
化工园区危化品企业安全风险智能化管控平台建设四大目标
请教一个问题,flink oracle cdc,读取一个没有更新操作的表,隔十几秒就重复读取全量数据
Comment les entreprises gèrent - elles les données? Partager les leçons tirées des quatre aspects de la gouvernance des données
JDBC database connection pool usage problem
途家、木鸟、美团……民宿暑期战事将起
Abnova 膜蛋白脂蛋白体技术及类别展示
Data of all class a scenic spots in China in 2022 (13604)
MATLAB小技巧(30)非线性拟合 lsqcurefit
使用net core优势/为什么使用