输入banner图图片脚本导航/分类

mysql 内存表

show variables like ‘max_%‘;

 

max_heap_table_size 16777216
   
max_tmp_tables 32
   

show variables like ‘tmp_%‘;

tmp_table_size 1048576000

 

 set global max_heap_table_size=1048576000

set global tmp_table_size=1048576000

mysql 内存表

标签: