Thursday, January 7, 2016

SQL_NO_CACHE MySQl no cache


The mysql workbench return the cached value of data.

To get the latest data from db use the keyword SQL_NO_CACHE
 Select SQL_NO_CACHE * from UserDetail

No comments:

Post a Comment