标签:主从

CentOS7系统下搭建MySQL(8.0.16)主从环境

CentOS7系统下搭建MySQL(8.0.16)主从环境

1.官网下载安装包 https://dev.mysql.com/downloads/mysql/ 压缩包有如下内容: 说明: 标准安装:安装 mysql-community-server, mysql-community-client, mysql-com

SE_Zhang SE_Zhang 2024-04-23
61 0 0
mysql主从赋值,从机验证报错:ERROR 3021(HY000):this operation cannot be performed with a running salve io thread

mysql主从赋值,从机验证报错:ERROR 3021(HY000):this operation cannot be performed with a running salve io thread

原因: mysql从机上已经进行过绑定了,如果继续绑定需要先进行重置。 解决办法 1、停止已经启动的绑定 stop slave 2、重置绑定 reset master 3、执行复制主机命令 change master to master_host = '192.168.12.

SE_You SE_You 2024-04-10
79 0 0