日本語のみで絞り込む

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 ...

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 ...

2011/1/25 -No, do not delete the relay-bin files manually. What you can do is to purge the binary files using MySQL commands. See the MySQL 5.0 Manual for ...

2021/7/19 -Just delete them all. When you get mysql back up, just stop slave; start slave; and it should re-download any missing relay logs.

The relay log is a set of log files created by a replica during replication. It's the same format as the binary log, containing a record of events that ...

2021/1/6 -I'm using XAMPP on Windows and the files are being generated in C:\XAMPP\mysql\data where the database directories live. From what I've read ...

2022/4/21 -Mysql creates mysql-bin files which are called binary files for MySQL on the master side. It then streams the binary files to the replicas to ...

If you happen to see the message “Failed to open the relay log…” in your MySQL error log file (sometimes it is good to look into it once in a while) then ...

2012/10/23 -These log files grow to 1Gb within about a minute before rotating and starting again. These big files are interspersed with 1 or 2 smaller files ...

Normal replication works by: copying events from the master's binary log to the slave's relay log; applying events from the slave's relay log to the slave's ...