当前位置:网站首页>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 events7. see binlog Configuration of
show VARIABLES LIKE "%log%"边栏推荐
- Data of all class a scenic spots in China in 2022 (13604)
- 算法---比特位计数(Kotlin)
- MOS tube parameters μ A method of Cox
- 【mysqld】Can't create/write to file
- SVN version management in use replacement release and connection reset
- from .onnxruntime_pybind11_state import * # noqa ddddocr运行报错
- .net 5 FluentFTP连接FTP失败问题:This operation is only allowed using a successfully authenticated context
- Bus message bus
- Lvs+kept (DR mode) learning notes
- How to do sports training in venues?
猜你喜欢
随机推荐
网络基础 —— 报头、封装和解包
Cloudcompare point pair selection
Under what circumstances should we consider sub database and sub table
企业如何进行数据治理?分享数据治理4个方面的经验总结
Maze games based on JS
MySQL SQL的完整处理流程
Data of all class a scenic spots in China in 2022 (13604)
Can't you really do it when you are 35 years old?
Basic introduction of JWT
MySQL view bin log and recover data
libcurl返回curlcode说明
多线程与高并发(9)——AQS其他同步组件(Semaphore、ReentrantReadWriteLock、Exchanger)
Master-slave replication principle of MySQL
Initial experience of addresssanitizer Technology
The startup of MySQL installed in RPM mode of Linux system failed
How DHCP router works
Answer to the second stage of the assignment of "information security management and evaluation" of the higher vocational group of the 2018 Jiangsu Vocational College skills competition
使用TCP/IP四层模型进行网络传输的基本流程
大促过后,销量与流量兼具,是否真的高枕无忧?
多学科融合









