• ADADADADAD

    mysql主从复制丛库IO进程问题的实例分析[ mysql数据库 ]

    mysql数据库 时间:2024-11-28 13:00:32

    作者:文/会员上传

    简介:

    配置mysql主从复制,启动slave进程后查看slave状态是IO进程报错:Last_IO_Error: Fatal error: The slave I/O thread stops because master and slave have equal MySQL server

    以下为本文的正文内容,内容仅供参考!本站为公益性网站,复制本文以及下载DOC文档全部免费。

    配置mysql主从复制,启动slave进程后查看slave状态是IO进程报错:
    Last_IO_Error: Fatal error: The slave I/O thread stops because master and slave have equal MySQL server ids; these ids must be different for replication to work (or the --replicate-same-server-id option must be used on slave but this does not always make sense; please check the manual before using it).

    原因:丛库server-id参数和主库相同,需要修改为其它值,并重启丛库(此案例中修改后没有重启)

    mysql主从复制丛库IO进程问题的实例分析.docx

    将本文的Word文档下载到电脑

    推荐度:

    下载
    热门标签: iomysql