Originariamente inviato da Ratatuia
ho comunque anche provato a modificare il file di configurazione my.cnf ma nada, non succede nulla...
Ciao.

Ti posto il mio my.ini su mysql 4.1
codice:
#Don't cache results that are bigger than this.
query_cache_limit=1M
#minimal size of unit in wich space for results is allocated
#(last unit will be trimed after writing all result data
query_cache_min_res_unit=4k
#Query cache type to use.
query_cache_type=1
query_cache_size=1M
vedi anche questi due link..

http://dev.mysql.com/doc/mysql/en/se...variables.html
http://dev.mysql.com/doc/mysql/en/query-cache.html

se sei su linux assicurati non sia stato compilato con --without-query-cache

Tieni presente bene come funziona la cache.... e' pure case sensitive nei comandi della query. Se devi prendere risultati piccoli peggiori la situazione.... come vedi il min imposto e' 4k.