January 2018
Intermediate to advanced
446 pages
12h 57m
English
The binary log contains a record of all changes to the database, both data and structure. The binary log is not used for statements such as SELECT or SHOW that do not modify data. Running a server with binary logging enabled has a slight performance effect. The binary log is crash-safe. Only complete events or transactions are logged or read back.
Why should you use binary log?
Read now
Unlock full access