会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
∠角络
程序人生
博客园
首页
新随笔
联系
管理
订阅
MySQL查看和修改wait_timeout
1、全局查看wait_timeout值
[plain]
view plain
copy
print
?
mysql> show global variables like 'wait_timeout';
2、修改全局wait_timeout值
[plain]
view plain
copy
print
?
set global wait_timeout=28800;
单位为毫秒;
3、查看修改之后的值
posted @
2015-03-22 17:08
netcorner
阅读(
5055
) 评论(
1
)
编辑
收藏
举报
刷新页面
返回顶部
公告