Home > Database > Mysql Tutorial > body text

mysql-MySQL 数据双向同步 配置My.ini 不能重启

WBOY
Release: 2016-06-06 09:44:21
Original
1194 people have browsed it

双向同步mysql

环境Windows7 + MySQL5.0
将my.ini文件修改为:
log_bin=C:\mysqlback
server_id=1
sql-bin-update-same
binlog_do_db=ftest
master-host=192.168.2.10
master-user=vscom1
master-password=123456
master-port=3306
master-connect-retrt=10
replicate_do_db=ftest

不能重启 mysql ! 怎么解决呢??
以上方法 是参考 网上的 MySQL 数据双向同步

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!