What?s the difference between query_cache_type 1 and 2?



What?s the difference between query_cache_type 1 and 2?..

Answer / amith

The second one is on-demand and can be retrieved via SELECT
SQL_CACHE.

you can use SELECT /* SQL_CACHE */ id FROM ? - MySQL will
interpret the code inside comments, while other servers
will ignore it.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More MySQL Interview Questions

What is mysql gpl?

1 Answers  


What is limit in mysql?

1 Answers  


How to do login in mysql with unix shell.

1 Answers  


How is mysql database stored?

1 Answers  


Where is mysql data stored?

1 Answers  


How do I tune a mysql query?

1 Answers  


How to install mysql?

1 Answers  


How to load data from a text file into a table?

7 Answers   Sasaa,


How do I get a list of table names in mysql?

1 Answers  


write a command to view the content of the table

1 Answers  


How triggers can be used in mysql?

1 Answers  


What is text in mysql?

1 Answers  


Categories