Chinaunix首页 | 论坛 | 博客
  • 博客访问: 195877
  • 博文数量: 87
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 840
  • 用 户 组: 普通用户
  • 注册时间: 2012-07-18 21:12
文章分类

全部博文(87)

文章存档

2014年(86)

我的朋友

发布时间:2014-05-20 15:06:08

#No.14 ##################################################################################check mysqlusersmysql -uroot -peoqkr -e "select CONCAT(user,'@',host),password from mysql.user order by user,host;" #!/bin/bashecho checking db  ....for ip in `cat ip_db.txt`doecho $ip.........【阅读全文】

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

发布时间:2014-05-19 17:13:04

mysql> show slave status;+----------------------------------+---------------+-------------+-------------+---------------+------------------+---------------------+-------------------------+---------------+-----------------------+------------------+-------------------+-----------------+------------.........【阅读全文】

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

发布时间:2014-05-19 14:31:39

mysqldumpslow使用说明mysqldumpslow --helpUsage: mysqldumpslow [ OPTS... ] [ LOGS... ]Parse and summarize the MySQL slow query log. Options are  --verbose    verbose  --debug      debug  --help      .........【阅读全文】

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

发布时间:2014-05-19 11:38:58

http://www.cnblogs.com/panjun-Donet/archive/2010/08/10/1796873.htmlchkconfig命令主要用来更新(启动或停止)和查询系统服务的运行级信息。谨记chkconfig不是立即自动禁止或激活一个服务,它只是简单的改变了符号连接。使用语法:chkconfig [--add][--del][--list][系统服务] 或 chkconfig [--level <等级代号.........【阅读全文】

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

发布时间:2014-05-14 10:09:33

  安装php: tar xvf php-5.3.6.tar.gz  cd php-5.5.12 ./configure --prefix=/usr/local/webserver/php --mandir=/usr/local/share/man --infodir=/usr/local/share/info --with-apxs2=/usr/local/webserver/apache/bin/apxs --enable-cgi --with-mysql=/usr/local/webserver/mysql/ --with-config-.........【阅读全文】

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

登录 注册