mysql的binlog说明 主从复制依赖于二进制日志文件,简称为binlog binlog里面有存放了偏移信息 mysql主库binlog信息查看命令 [root@master ~]# mysql -u root -p123456 #登录到mysql里 mysql: [Warning] Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands en…