Introduction to MySQL MySQL Replication using Binary Log File Position, as opposed to Global Transaction Identifiers(GTID), uses binary logs, relay logs, and index files to track the progress of events between the master and slave databases. GTID can be used in conjunction with binary/relay logs, however, starting with an understanding of binary log file position […]
The post Basic MySQL Replication Setup using Binary Log File Position appeared first on GigeNET.