摘要:
color fdC:\Windows\System32\drivers\etchostscd C:\ump\zabbix\confzabbix_agentd.conf if %processor_architecture% EQU x86 copy /y C:\ump\zabbix\bin\win3 阅读全文
摘要:
#!/bin/bashMYSQL=/usr/bin/mysqlMYSQL_HOST=localhost MYSQL_USER=rootMYSQL_PASSWORD=123456CHECK_TIME=3#mysql is working MYSQL_OK is 1 , mysql down MYSQL 阅读全文
摘要:
“Can not connect to MySQL server. Too many connections”-mysql 1040错误, 这是因为访问MySQL且还未释放的连接数目已经达到MySQL的上限。通常,mysql的最大连接数默认是100, 最大可以达到16384 第一种:命令行修改。 m 阅读全文