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 is sqlyog?
How to extract a unit value from a date and time?
What is the difference between unix timestamps and mysql timestamps?
How does php communicate with mysql?
What is the default password for mysql?
How do I start mysql in ubuntu?
How to show table names with 'mysqlshow'?
Why to use char instead of varchar in the database?
Write a query to display current date and time?
What is myisamchk?
How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.
Explain csv tables.
What is information_schema in mysql?
How to change a password for an existing user via mysqladmin?
can you tell what are the different set operations available in mysql? : Mysql dba