在配置文件mysql.ini中进行设置
添加类似wait_timeout=xxxx的语句即可
通过命令行进行修改
Mysql>set global wait_timeout=xxxx
$this->redis->connect($host, $port,3)3秒连接超时$this->redis = new Redis()
$this->redis->connect($host, $port)
$this->redis->auth($auth)
这样解决就可以了,简单粗暴
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)