MySQL Forums
Forum List  »  Perl

Re: How to use Query Cache with Perl DBI
Posted by: David Shrewsbury
Date: September 01, 2006 10:56AM

Do you have the query cache enabled on the MySQL server? Check the query_cache_type and query_cache_size system variables and make sure that they are set properly. query_cache_type should be 'ON' and query_cache_size should be set to a non-zero value.

-Dave

Options: ReplyQuote


Subject
Written By
Posted
September 01, 2006 10:20AM
Re: How to use Query Cache with Perl DBI
September 01, 2006 10:56AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.