摘要:
写个命令,让ssh服务器便捷点#!/usr/bin/expectset type [lindex $argv 0]if {$type == "server"} { set ip "xxxx" set name "xxxx" set passwd "xxxx"} elseif {$t... 阅读全文
摘要:
一、关于慢查询设置和分析查找慢查询参数mysql> show variables like 'long%';+-----------------+----------+| Variable_name | Value |+-----------------+----------+| long... 阅读全文