一、安装 mysql版本5.6及以上 二、master配置
修改my.ini文件[mysqld]log-bin=mysql-binserver-id=1 三、创建Master账号
CREATE USER 'slave'@'%' IDENTIFIED BY 'slave'; GRANT REPLICATION
SLAVE ON .
【数据存储与数据库】 【mysql】 【线程】 【数据库】 【配置】 【lock】 【grant】 …
Community journal
Follow the feed
The latest from the MySQL community
Ideas, releases, practical guides, and perspectives from the people building with MySQL.
Showing entries 1 to 2 of 2
« Previous |
Next »
May
11
2018
Apr
05
2017