Answer the question
In order to leave comments, you need to log in
MySQL 8 replication?
Hello, I
ran into this problem, after reading the manuals, a couple of questions arose on MySQL replication
There is a "max_binlog_size" parameter in the configuration file
Do I understand correctly that in the event of a slave failure, for some conditional amount of time for which mysql-bin.log will run when the conditional 100M is reached, then when the slave server is restored, the data that is already in the archive log will not be written? How then to correctly calculate the size of the log file?
Is it possible to load a hot base dump into the master during master-slave operation? i.e. mysql database < database.sql
If the slave is not set to read-only, what will happen when data changed on the slave is affected during replication?
Answer the question
In order to leave comments, you need to log in
Do I understand correctly that if the slave fails for some conditional amount of time during which mysql-bin.log will run when the conditional 100M is reached, then when the slave server is restored, the data that is already in the archive log will not be written?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question