I have installed mysql server 5.5, memcached, libmemcache and
memcached_functions_mysql.

Now I want to use it on my slow queries like SELECT statement.

Say I want to cache below query on mysql layer

SELECT * FROM payements;

How do i cache it on mysql layer.

Reply via email to