机械公司网站建设,网站页面优化公告,做破解软件网站赚广告费,3322怎么做网站mysql默认连接超时时间为8小时#xff0c;需要设置长一些
第一种方式直接改my.cnfvi /etc/my.cnf[mysqld]
wait_timeout31536000
interactive_timeout31536000
需要重启mysql service mysqld restart
第二种方式#xff0c;更改变量#xff0c;不需重启mysqlmsyql s…mysql默认连接超时时间为8小时需要设置长一些
第一种方式直接改my.cnfvi /etc/my.cnf[mysqld]
wait_timeout31536000
interactive_timeout31536000
需要重启mysql service mysqld restart
第二种方式更改变量不需重启mysqlmsyql show global variables like %timeout%;
msyql set global wait_timeout31536000msyql set global interactive_timeout31536000;