-
[root@test test]# binlog2sql-master/binlog2sql/binlog2sql.py -h localhost -P 3306 -u root -p -d aproject --start-file="mysql-bin.000001" --start-datetime="2018-11-13 17:00:00" --stop-datetime="2018…
-
✗ python binlog2sql.py -h 127.0.0.1 -u root --flashback -d sirius -t t --start-file='binlog.000015' --start-pos=1238826 > ~/Desktop/flashback.sql
Traceback (most recent call last):
File "/U…
-
我的语句是这样
python3 binlogfile2sql.py -hxxx -uxxxx -p -Pxxx -d xxxx -t xxxx --sql-type='update' --file-path='/root/tmp_binlog/binlog.004018' --start-datetime='2023-08-17 19:30:00' -B > rollback_xxxxx.sql…
-
Traceback (most recent call last):
File "binlog2sql.py", line 150, in
binlog2sql.process_binlog()
File "binlog2sql.py", line 74, in process_binlog
for binlog_event in stream:
File …
-
Hi Guys,
The Binlog2sql tool is really great tool for DBA's.This tool is reducing the recovery time.
This tool is worked for both mysql 5.6 & 5.7.At the same I have tested for mysql 8.0.17
I …
-
使用命令
python binlog2sql.py -h112.3.9.17 -uxxx -pxxx -dcommon --start-file=mysql-bin.000012 --start-datetime='2021-06-09 00:00:00' --stop-datetime='2021-06-10 00:00:00'
打印两条sql后报错
Traceback (mo…
-
Traceback (most recent call last):
File "binlog2sql.py", line 149, in
back_interval=args.back_interval, only_dml=args.only_dml, sql_type=args.sql_type)
File "binlog2sql.py", line 47, in __…
-
Traceback (most recent call last):
File "binlog2sql.py", line 150, in
binlog2sql.process_binlog()
File "binlog2sql.py", line 121, in process_binlog
self.print_rollback_sql(filename=tm…
-
#### error message like below:
```
log event entry exceeded max_allowed_packet; Increase max_allowed_packet on master
```
#### the stack is:
``` python
for binlog_event in stream:
File "/us…
-
环境:Server version: 5.7.29-log MySQL Community Server (GPL)
报错如下:
Traceback (most recent call last):
File "binlog2sql.py", line 150, in
binlog2sql.process_binlog()
File "binlog2sql.py", …