約60,200件1ページ目

日本語のみで絞り込む

The relay log, like the binary log, consists of a set of numbered files containing events that describe database changes, and an index file that contains ...

2019/5/15 -According to the above tutorial, this is the config that I want in my.cnf file: [mysqld] log-bin = mysql-bin server-id = 1 relay-log = relay-log ...

2012/7/11 -I set up mysql replication by adding references to binlogs, relay logs etc in my.cnf; restarted mysql, it worked. I wanted to change it so I ...

The relay log and relay log index on a replication server cannot be given the same names as the binary log and binary log index, whose names are specified ...

2014/4/26 -Replication does require relay logs. IF you have a replicating slave then it does use relay logs, and you have not disabled them.

2017/8/1 -I took a look at the relay logs and it appears the slave is able to process up to the last "real" transaction in the log but then gets stuck.

A replication relay can take load off of the master. The relay replicates changes from the master, then slaves replicate from the relay.

2021/6/2 -The second thread, called the SQL thread, reads events from the relay log and then applies them to the replica instance as fast as possible.

2015/4/12 -1. Create directory: · 2. Change Slave's my. · 3. Stop MySQL slave server: · 4. Move all binary log and relay log files to new directory “/home/ ...

2008/10/6 -Relay log contains the same statement as in the binlog but that it should be automatically purged, in contrast to how binlog works, when the SQL thread catches ...