How to read mysql binary log file
Here are the steps of how to ready mysql binary log file.
1) Loging to server
2) go to /var/log/mysql
3) Use this command
mysqlbinlog binlog.000001(bin filename)
Here are the steps of how to ready mysql binary log file.
1) Loging to server
2) go to /var/log/mysql
3) Use this command
mysqlbinlog binlog.000001(bin filename)