約61,100件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.

2023/7/26 -After a hardware crash of a MariaDB slave server, MySQL replication has stopped working and error showed Relay log read failure: Could not ...

2018/8/31 -MySQL Replication using Binary Log File Position, as opposed to Global Transaction Identifiers(GTID), uses binary logs, relay logs, and index ...

Relay Log · Using and Maintaining the Binary Log · Slow Query Log · Slow Query ... Sample my.cnf Files · Segmented Key Cache · Semisynchronous Replication Plugin ...