-
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 …
-
# 리플리케이션(Replication)
리플리케이션은 여러 개의 **DB를 권한에 따라 수직적인(Master-Slave) 구조로 구축**하는 방식입니다.
리플리케이션 구조는 **데이터를 변경하는 쓰기(Insert, Update, Delete 등) 작업은 Master 가 처리**하고 **읽기(Select) 작업은 Slave가 처리**하도록 합니다…
-
成果物:技术调研与可行性技术分析。不含POC任务
方案1:其它
方案2:Binlog+Debezium方向
-
How to repeat ::
1) Start a node as a standalone mysql server (no provider, wsrep_on=0).
2) Execute a simple transaction:
CREATE TABLE t1(i INT) ENGINE=INNODB;
INSERT INTO t1 VALUES (1),(2),(3),(4),(5…
-
## 基于gtid
# How to create a new (or repair a broken) GTID-based Replica
*MySQL* 5.6 introduced the new Global Transaction ID ([GTID](http://dev.mysql.com/doc/refman/5.6/en/replication-gtids-conc…
-
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…
-
## What is FLUSH TABLES WITH READ LOCK in MySQL?
**Command:**
```sql
mysql> FLUSH TABLES WITH READ LOCK;
```
**What exactly does command do?**
1. Set the global read lock - after this step,…
-
I was doing a long-ish migration on a disk constrained server that had a limit on the number of binlog files available.
After some amount of lag the required binlog file was deleted and `binlogstre…
-
My project is using the new central package version management feature (`Directory.Packages.props` in the root directory). If this feature is enabled, it's not allowed to specify a package version in …
-
I setup all things correctly but some how it give this
[INFO] - __init__.py[line:468] - 2020-09-16 02:04:27,010 Start to dump from stream
[INFO] - __init__.py[line:475] - 2020-09-16 02:05:44,098 …