Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Understanding Data Replication
  4. Sources - Preparation and Replication Considerations
  5. Targets - Preparation and Replication Considerations
  6. Starting the Server Manager
  7. Getting Started with the Data Replication Console
  8. Defining and Managing Server Manager Main Servers and Subservers
  9. Creating and Managing User Accounts
  10. Creating and Managing Connections
  11. Creating Replication Configurations
  12. Materializing Targets with InitialSync
  13. Scheduling and Running Replication Tasks
  14. Implementing Advanced Replication Topologies
  15. Monitoring Data Replication
  16. Managing Replication Configurations
  17. Handling Replication Environment Changes and Failures
  18. Troubleshooting
  19. Data Replication Files and Subdirectories
  20. Data Replication Runtime Parameters
  21. Command Line Parameters for Data Replication Components
  22. Updating Configurations in the Replication Configuration CLI
  23. DDL Statements for Manually Creating Recovery Tables
  24. Sample Scripts for Enabling or Disabling SQL Server Change Data Capture
  25. Glossary

binary log

binary log

In MySQL, a series of binary log files that contain events that describe data and DDL changes for a database. The binary log provides a record of the events that occur after a backup is made for recovery purposes. The term
binary log file
refers to an individual log file that has a unique name consisting of a base name, "_binlog," and a generated numeric suffix. The term
binary log
refers to the series of binary log files with the same base name plus a corresponding index file that contains the names of the binary log files that have been used.
On the
Extract Range
tab of the Data Replication Console, you specify the path to the directory that contains the binary log files.

0 COMMENTS

We’d like to hear from you!