Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6547646
  • 博文数量: 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)

发布时间: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,   .........【阅读全文】

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

发布时间:2016-12-10 09:12:09

版本:社区版 5.7.111.采用mysqld --initialize的方式安装数据库[mysql@host02 bin]$ ./mysqld --initialize --user=mysql--basedir=/db/mysqlmha --datadir=/db/mysqlmha/data2016-12-09T16:14:41.803286Z 0 [Warning] Changed limits: max_open_files: 1024 (requested 5000)2016-12-09T16:14:41.803680Z 0 [Warning].........【阅读全文】

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

发布时间:2016-07-08 08:55:02

1.创建表create table OSS_CHARATER_DICT_INFO(  characterid   NUMBER(8) not null,  charactername VARCHAR2(128) not null,  charactertype NUMBER(5) default 0 not null,  fatherid      NUMBER(6) default 0 not null,  extint  .........【阅读全文】

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

发布时间:2016-07-04 10:33:49

[cx001@nj-sjnlfx02 ~]$ free -m             total           used           free     shared    buffers&n.........【阅读全文】

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

发布时间:2016-05-31 14:53:04

通常情况下,我们在日常维护的过程中发现备库的数据跟主库不一致,这个时候我们可以重新部署复制,确保主备数据一致。1.备份数据库flush tables with read lock; ##锁表,禁止写入mysqldump -h localhost -uroot -pmysql -S /db/mmm/mysql/mysql.sock --single-transaction --databases hxl>/db/hxl_bak.sql ##.........【阅读全文】

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

tomcoding2018-07-26 14:44

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

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

登录 注册