MySQL Backup, Restore, and Administration Essentials
Recovering Data with Binary Logs When you need to restore data from MySQL binary logs, use the mysqlbinlog utility with specific date-time ranges: mysqlbinlog --database=sfxt --start-datetime="2021-08-07 12:00:00" --stop-datetime="2022-09-19 18:31:00" /www/server/data/mysql-bin.0...