Hi,
Is it possible to configure Query cache variables for MySQL Managed database?
I can see have_query_cache set to “NO”
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
The current version for the managed MySQL database is MySQL 8 and Query caching has been deprecated as of MySQL 5.7.20 and is removed in MySQL 8.0.
You can refer to the below documentation: https://dev.mysql.com/doc/refman/5.7/en/query-cache-configuration.html
Regards, Rajkishore