Mysql的使用技巧

1、show engines 显示存储引擎(表类型)

 

2、show variables 显示系统变量

 

3、select variables like '%char%'显示字符集

 

你可能感兴趣的:(Mysql)