February 2018
Intermediate to advanced
510 pages
16h 10m
English
This program is a utility for processing a server's binary log files. The binary log files contain events data which describes modifications to database content. The server writes such content to the file in a binary format. In order to get them in to a readable (text) format, the mysqlbinlog utility is used.
mysqlbinlog can also be used to display the content of relay log files written by a slave server during the replication setup because the format for the relay log and the binary log files are same.
Execution for the program syntax is as shown in the following code block:
shell> mysqlbinlog [options] log_file ...
There are several options that modify the format of the output and usage ...
Read now
Unlock full access