Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6664234
  • 博文数量: 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-05-31 18:57:28

问题:2017-05-31T10:31:05.945111Z 0 [Note] InnoDB: Need to create a new innodb_system data file 'ibdata2'.2017-05-31T10:31:05.945126Z 0 [Note] InnoDB: Need to create a new innodb_system data file 'ibdata3'.2017-05-31T10:31:05.945131Z 0 [Note] InnoDB: Need to create a new innodb_system data file 'i.........【阅读全文】

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

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

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

阅读(2949) | 评论(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.........【阅读全文】

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

发布时间:2016-12-10 20:24:23

版本:5.7.11引擎:innodb物理删除表文件的恢复办法:1.创建一个跟删除表结构一样的表(前提是要知道被删除表的结构)mysql> create table tb_t2(id int);Query OK, 0 rows affected (0.04 sec)2.拷贝表结构文件[mysql@host02 hxl]$ cp -a tb_t2.frm tb_t1.frm[mysql@host02 hxl]$ ls -altotal 204drwxr-x--- 2 my.........【阅读全文】

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

发布时间:2016-12-10 18:31:16

版本:5.7.11mysql> flush privileges;ERROR 1146 (42S02): Table 'mysql.servers' doesn't existmysql> use mysql;Database changedmysql> mysql> mysql> mysql> create table servers (    -> server_name char(64) not null,    -> host char(64) not null,   .........【阅读全文】

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

tomcoding2018-07-26 14:44

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

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

登录 注册