Chinaunix首页 | 论坛 | 博客
  • 博客访问: 351239
  • 博文数量: 86
  • 博客积分: 1460
  • 博客等级: 上尉
  • 技术积分: 848
  • 用 户 组: 普通用户
  • 注册时间: 2009-07-12 14:07
文章分类

全部博文(86)

文章存档

2017年(36)

2016年(17)

2015年(1)

2013年(12)

2012年(2)

2011年(1)

2010年(1)

2009年(16)

我的朋友

发布时间:2017-06-01 18:37:21

看了网上很多都说的不对,根本解决不了问题,其实是zabbix_agent 配置文件里 /etc/zabbix/zabbix_agentd.conf修改前报错[root@localhost zabbix]# zabbix_get -s 127.0.0.1 -p 10050 -k "system.cpu.load[all,avg1]"zabbix_get [5864]: Check access restrictions in Zabbix agent configuration修改后重启ok[r.........【阅读全文】

阅读(13274) | 评论(1) | 转发(0)

发布时间:2017-05-31 20:30:31

服务器centos 7.3   mysql 5.7.12  cpu 10   内存32G  磁盘ssd   最大连接数4000服务器安装了epel 的yum源直接yum安装sysbench  默认安装的是1.0.51. yum -y install sysbench2. mysql 创建测试sbtest库create database sbtest;保证数据库有root@‘%’ 用户,默认是root@‘localhost.........【阅读全文】

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

发布时间:2017-05-21 10:59:58

重要字段:Id: 连接标识符  可以进行连接查询 information_schema.processlist.ID    performance_schema.threads.processlist_idcommand: Binlog DumpThis is a thread on a master server for sending binary log contents to a slave server.Chan.........【阅读全文】

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

发布时间:2017-05-21 10:24:16

1. 在这里对explain的各个字段进行详细的分析,来帮助大家分析自己所写的sql是否最佳的使用了索引。首先是select_type:将select查询分为简单(simple)和复杂两种类型复杂类型又分为子查询(subquery)和from列表中包含子查询(drived)      常见类型 simple,primary,union,subquery,drived.........【阅读全文】

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

发布时间:2017-02-27 15:43:38

oracle的events,是我们在做自己的软件系统时可以借鉴的Oracle 11g trace eventsORA-10001: control file crash event1ORA-10002: control file crash event2ORA-10003: control file crash event3ORA-10004: block recovery testing - internal errorORA-10005: trace latch operations for debuggingORA-1000.........【阅读全文】

阅读(2572) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册