发布时间: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.........【阅读全文】
发布时间:2014-05-19 17:13:04
mysql> show slave status;+----------------------------------+---------------+-------------+-------------+---------------+------------------+---------------------+-------------------------+---------------+-----------------------+------------------+-------------------+-----------------+------------.........【阅读全文】
发布时间: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 .........【阅读全文】
发布时间: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 <等级代号.........【阅读全文】
发布时间: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-.........【阅读全文】