脚踏实地、勇往直前!
全部博文(1005)
发布时间:2017-02-09 09:37:40
之前在做主从的时候,主库上的一个event没有同步过来,现在在主库上删除那个event的时候,从库上报如下错误:mysql> show slave status \G;*************************** 1. row *************************** Slave_IO_State: Waiting for master to send event&.........【阅读全文】
发布时间: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.........【阅读全文】
发布时间: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.........【阅读全文】
发布时间: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.........【阅读全文】