mysql 获取环境变量

show global variables;

获取指定环境变量

show global variables like '%timeout';

设置环境变量

set global max_allowed_packet=1024*1024*16;

 

相关文章: