Home > Database > Mysql Tutorial > mysql不写binlog解决_MySQL

mysql不写binlog解决_MySQL

WBOY
Release: 2016-06-01 13:37:31
Original
1904 people have browsed it

bitsCN.com


mysql不写binlog解决

 

又碰到一个蛋疼问题,当需要slave同步两个数据库时,

做为master的mysql死活不写binlog。

binlog-do-db=db1,db2,db3

 

no!no!no!

 

这里一定要

 

binlog-do-db=db1

 

binlog-do-db=db2

 

binlog-do-db=db3

 

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