Hoje mostrarei um dica muito interessante, Para quem usa Mysql 5.1 ou superior com Innodb edite o arquivo my.conf e insira esses valores
key_buffer_size = 268435456 #256M #query_cache_size = 67108864 #64M query_cache_size = 536870912 #512M #join_buffer_size = 536870912 #512M join_buffer_size = 1073741824 #1G tmp_table_size = 268435456 #256M max_heap_table_size = 268435456 #256M thread_cache_size = 300 table_definition_cache = 2048 table_open_cache = 4096 innodb_buffer_pool_size = 2147483648 #2G #innodb_buffer_pool_size = 1073741824 #1G