約89,400件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 ...

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.

2021/1/6 -Stop MySQL generating repeated mysql-relay-bin-****.00000* files ... I'm using XAMPP on Windows and the files are being generated in C:\XAMPP\ ...

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

The replica's relay log, which is written by the replication I/O (receiver) thread, contains the transactions read from the replication source server's ...

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

2017/8/1 -I have a couple of replicas set up and they lag behind the master pretty frequently. I took a look at the relay logs and it appears the ...