, WAMP my.ini my.conf.
SQL :
mysql> SET global max_heap_table_size=524288000;
mysql> SET global tmp_table_size=524288000;
:
select @@global.tmp_table_size, @@global.max_heap_table_size
.
my.ini, :
max_heap_table_size=524288000
tmp_table_size=524288000
.