Linux technical support - [email protected]


mysql features replication

Slave connect to master, download binlogs and apply it.

Modes:

  • statement
  • row
  • mixed

Types:

  • synchronous
  • semisynchronous (data has been accepted by slave, but not applied yet)
  • asynchronous
  • delayed

Features:

  • GTID – identifier which allows set ip address of the master on the slave and replication will work, you do not need to set bin log position and log file

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>