设置mysql wait_timeout过大影响如何

这样假如程序写的不够完善会出现大量sleep超过几千的进程,这样会引起性能变差,链接中断, 所以建议如下修改. 全局和会话变量一起改 具体多少变量自己决定。 ``` show VARIABLES like '%timeout%' ; set wait_timeout=600; set interactive_timeout=600; set global wait_time...

继续阅读 »

MYSQL 查询线程语句

按IP来排序 ``` select client_ip,count(client_ip) as client_num from (select substring_index(host,':' ,1) as client_ip from information_schema.processlist ) as connect_info group by client_ip order by...

继续阅读 »

如何在Win10中安装WinCC V7.5

安装教程直通 https://www.ad.siemens.com.cn/productportal/prods/hmi/wincc/q7_faq/faq00011.html 需要学习的可以下载这个试试,官方下载需要10积分,企业使用请去购买正版。 https://www.123pan.com/s/qpN8Vv-6QS7H.html提取码:172u PS: 此软件...

继续阅读 »