日本語のみで絞り込む

This procedure will switch all your servers from regular replication to GTID replication. But if you are running a production system, you will probably want to ...

2015/3/10 -6 allow you to enable GTIDs with no offline time, and with safety checks to eliminate the risk for surprises when the workload has to be GTID- ...

2013/2/8 -In this post, we take a look at how to create/restore new slaves from a master using GTID.

This section describes how to enable GTID transactions, and optionally auto-positioning, on servers that are already online and using anonymous transactions ...

2014/3/26 -MySQL 5.6 and MariaDB 10.0 implement a feature called Global Transaction IDs (GTIDs) to provide a facility for easily repointing a slave to ...

2020/6/22 -In this blog post, we are going to perform an online migration with minimal downtime from MySQL 5.6 standalone setup without GTID to a new ...

GTID is a global transaction identifier which consists of two parts separated by a column: {source_id:transaction_id} source_id: server's UUID.

2023/8/8 -GTIDs make the replication process between MySQL servers much simpler. With GTID-based replication, you don't need to manage complex binary log ...

GTIDs bring transaction-based replication to the MySQL databases. With GTID replication, every transaction can be identified and tracked as it is committed on ...

2015/8/5 -I encountered a similar problem that generated the same error. On a master instance I dropped a database. On a slave there was a file left ...