MySQL 바이너리 로그 파일을 처리하는 도구. 더 많은 정보: https://dev.mysql.com/doc/refman/8.0/en/mysqlbinlog.html.
mysqlbinlog {{경로/대상/바인로그}}
mysqlbinlog --database {{데이터베이스_이름}} {{경로/대상/바인로그}}
mysqlbinlog --start-datetime='{{2022-01-01 01:00:00}}' --stop-datetime='{{2022-02-01 01:00:00}}' {{경로/대상/바인로그}}
mysqlbinlog --start-position={{100}} --stop-position={{200}} {{경로/대상/바인로그}}
mysqlbinlog --host={{호스트_이름}} {{경로/대상/바인로그}}