Home > Database > Mysql Tutorial > mysql主从同步图_MySQL

mysql主从同步图_MySQL

WBOY
Release: 2016-06-01 13:38:56
Original
923 people have browsed it

bitsCN.com

mysql主从同步图

共3个线程参与以上同步过程,他们分别为:

  1. Master
    • Binlog Dump线程:Has sent all binlog to slave; waiting for binlog to be updated;(需同步帐号)
  2. Slave
    • Slave IO线程:Waiting for master to send event;(需system user)
    • Slave SQL线程:Has read all relay log; waiting for the slave I/O thread to update it;(需system user)
bitsCN.com
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template