MySQL常用命令

查看全局变量

1
2
mysql> show global variables;
mysql> show global variables like '%timeout';

设置全局变量

1
mysql> set global innodb_ft_min_token_size=1;