binlog:
binlog用于记录数据库执行的写入性操作,以二进制的形式保存在磁盘中。binlog 是 mysql的逻辑日志,并且由 Server 层进行记录,使用任何存储引擎的 mysql 数据库都会记录 binlog 日志。
binlog
mysql
Server