Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6562916
  • 博文数量: 1005
  • 博客积分: 8199
  • 博客等级: 中将
  • 技术积分: 13071
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-25 20:19
个人简介

脚踏实地、勇往直前!

文章分类

全部博文(1005)

文章存档

2020年(2)

2019年(93)

2018年(208)

2017年(81)

2016年(49)

2015年(50)

2014年(170)

2013年(52)

2012年(177)

2011年(93)

2010年(30)

发布时间:2017-02-09 09:37:40

之前在做主从的时候,主库上的一个event没有同步过来,现在在主库上删除那个event的时候,从库上报如下错误:mysql> show slave status \G;*************************** 1. row ***************************               Slave_IO_State: Waiting for master to send event&.........【阅读全文】

阅读(2916) | 评论(0) | 转发(0)

发布时间:2017-02-08 10:35:49

由于公司服务器不能连接网络,安装各种软件包只能通过光盘的方式安装,安装介质依赖也很麻烦,下面介绍采用本地介质作为源的yum配置。1.进入到yum.repos.d目录[root@host01 media]# ls -l /etc/yum.repos.d/total 16-rw-r--r--. 1 root root 1926 Feb 5  2016 CentOS-Base.repo-rw-r--r--. 1 root root  6.........【阅读全文】

阅读(3273) | 评论(0) | 转发(0)

发布时间:2016-12-20 13:35:22

A.主从机器都正常运行的情况下切换切换前:主库:192.168.56.111从库:192.168.56.112切换后:主库:192.168.56.112从库:192.168.56.111------------------------切换前的主库上的操作(192.168.56.111)-----------------------------------------------1.停止主库,目的是停止生成新的业务数.........【阅读全文】

阅读(3416) | 评论(0) | 转发(0)

发布时间:2016-12-13 16:00:58

mysql版本:社区版5.6.34告警信息:2016-12-13 15:55:11 4bc8b940 InnoDB: Error: Table "mysql"."innodb_table_stats" not found.2016-12-13 15:55:11 4bc8b940 InnoDB: Recalculation of persistent statistics requested for table "chenli"."cp_tb_test" but the required persistent statistics storage is not pr.........【阅读全文】

阅读(3447) | 评论(0) | 转发(0)

发布时间:2016-12-12 13:59:18

我这里下载的是mysql-5.5.53-linux2.6-x86_64.tar.gz1.创建mysql用户和用户组#groupadd mysql#useradd -g mysql mysql#passwd mysql2.下载解压二进制文件,解压,进入解压出来的文件[root@host01 db]# tar -xvf mysql-5.6.34-linux-glibc2.5-x86_64.tar.gz[root@host01 db]# mv mysql-5.6.34-linux-glibc2.5-x86_64 m.........【阅读全文】

阅读(3618) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

tomcoding2018-07-26 14:44

Oracle internal内容分享,访问我的博客

回复  |  举报
留言热议
请登录后留言。

登录 注册