593
593
select @@session.key_buffer_size;
594
594
ERROR HY000: Variable 'key_buffer_size' is a GLOBAL variable
600
596
ERROR HY000: Variable 'init_connect' is a GLOBAL variable and should be set with SET GLOBAL
601
597
set global init_connect = NULL;
606
598
set global myisam_max_sort_file_size=4294967296;
607
599
show global variables like 'myisam_max_sort_file_size';