当前位置:网站首页>MySQL view bin log and recover data
MySQL view bin log and recover data
2022-07-07 06:51:00 【Q z1997】
# see bin log library
show binary logs;

# Location
show binlog events in 'mysql-bin.000007';

see bin log
mysqlbinlog --start-position=4009 --stop-position=4183 --database=test_p -v /usr/local/mysql/log-bin/mysql-bin.000007 > /tmp/binlog_rec1.sql
recovery
mysql -u root -pDaxizi7724530! -v < /tmp/binlog_rec1.sql
边栏推荐
- 品牌电商如何逆势增长?在这里预见未来!
- Several index utilization of joint index ABC
- JESD204B时钟网络
- LVS+Keepalived(DR模式)学习笔记
- Under what circumstances should we consider sub database and sub table
- RuntimeError: CUDA error: CUBLAS_STATUS_ALLOC_FAILED when calling `cublasCreate(handle)`问题解决
- 循环肿瘤细胞——Abnova 解决方案来啦
- [opencv] morphological filtering (2): open operation, morphological gradient, top hat, black hat
- 大促过后,销量与流量兼具,是否真的高枕无忧?
- Redhat5 installing vmware tools under virtual machine
猜你喜欢

7天零基础能考证HCIA吗?华为认证系统学习路线分享

ESXI挂载移动(机械)硬盘详细教程

Overview of FlexRay communication protocol

Take you to brush (niuke.com) C language hundred questions (the first day)

2022 Android interview essential knowledge points, a comprehensive summary

拼多多败诉:“砍价免费拿”侵犯知情权但不构成欺诈,被判赔400元

基于JS的迷宫小游戏

jdbc数据库连接池使用问题

MYSQL----导入导出&视图&索引&执行计划

Installing redis and windows extension method under win system
随机推荐
Several index utilization of joint index ABC
快速定量,Abbkine 蛋白质定量试剂盒BCA法来了!
dolphinscheduler3. X local startup
How can I check the DOI number of a foreign document?
Install mongodb database
C interview 24 (pointer) define a double array with 20 elements a
mysql查看bin log 并恢复数据
基于JS的迷宫小游戏
ViewModelProvider.of 过时方法解决
MySQL的安装
Data of all class a scenic spots in China in 2022 (13604)
Leite smart home longhaiqi: from professional dimming to full house intelligence, 20 years of focus on professional achievements
Postgresql中procedure支持事务语法(实例&分析)
Stack and queue-p79-10 [2014 unified examination real question]
Answer to the first stage of the assignment of "information security management and evaluation" of the higher vocational group of the 2018 Jiangsu Vocational College skills competition
隐马尔科夫模型(HMM)学习笔记
Force deduction 62 different paths (the number of all paths from the upper left to the lower right of the matrix) (dynamic planning)
Linear algebra (1)
算法---比特位计数(Kotlin)
MySQL SQL的完整处理流程