Home > Database > Mysql Tutorial > MySQL报错:master and slave have equal MySQL server UUIDs

MySQL报错:master and slave have equal MySQL server UUIDs

WBOY
Release: 2016-06-07 16:08:29
Original
1280 people have browsed it

MySQL报错:master and slave have equal MySQL server UUIDs

Linux公社

首页 → 数据库技术

背景:

阅读新闻

MySQL报错:master and slave have equal MySQL server UUIDs

[日期:2015-02-28] 来源:Linux社区  作者:doiido [字体:]

MySQL报错信息如下:

Last_IO_Errno: 1593

Last_IO_Error: Fatal error: The slave I/O thread stops because master and slave have equal MySQL server UUIDs; these UUIDs must be different for replication to work.

查询相关资料发现,这个主要是因为两台服务器是经过复制而在一起的,所以data下面的文件auto.cnf中的UUID也一样,因此要解决这个问题只要修改auto.cnf中的UUID即可

#  vi /main/mysql/data/auto.cnf
[auto]
server-uuid=f4863bcf-1d28-11e4-8657-000c29eec7bf
#随便改动一两个值即可以,或者按照上面的格式重新写一个

--------------------------------------分割线 --------------------------------------

Ubuntu 14.04下安装MySQL

《MySQL权威指南(原书第2版)》清晰中文扫描版 PDF

Ubuntu 14.04 LTS 安装 LNMP Nginx\PHP5 (PHP-FPM)\MySQL

Ubuntu 14.04下搭建MySQL主从服务器

Ubuntu 12.04 LTS 构建高可用分布式 MySQL 集群

Ubuntu 12.04下源代码安装MySQL5.6以及Python-MySQLdb

MySQL-5.5.38通用二进制安装

--------------------------------------分割线 --------------------------------------

本文永久更新链接地址:

  • 0
  • Linux下 MySQL 互为主从配置

    MySQL 建立用户数据库方法

    相关资讯       MySQL报错 

  • MySQL启动报错解决一例  (05/25/2014 07:32:10)
  • 首次使用MySQL报错error1045  (01/06/2014 14:30:27)
  • 图片资讯      

    本文评论   查看全部评论 (0)

    评论声明

    最新资讯

    本周热门

    Linux公社简介 - 广告服务 - 网站地图 - 帮助信息 - 联系我们
    本站(LinuxIDC)所刊载文章不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。


    Copyright © 2006-2015 Linux公社 All rights reserved 沪ICP备15008072号-1号

    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