What?s the difference between query_cache_type 1 and 2?
Answer Posted / 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 View All Answers
What mysql means?
Is mysql a scripting language?
How to Change a users password from unix shell.
How many concurrent queries can mysql handle?
How do I backup mysql database on linux?
How do you create a primary key?
How can I create a database in mysql?
Is mysql a free database?
What is mysql data directory? How to determine the location of the data directory?
What is mysql cursor?
Where is mysql data stored linux?
What is a data directory?
How do stored procedures work?
List some comparisons operators used in mysql?
What are numeric data types?