Skip to content

Commit dab4d1c

Browse files
committed
query cache is deprecated in MySQL 8
1 parent cf2ef67 commit dab4d1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

manifests/params.pp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,6 @@
474474
'max_connections' => '151',
475475
'pid-file' => $mysql::params::pidfile,
476476
'port' => '3306',
477-
'query_cache_limit' => '1M',
478-
'query_cache_size' => '16M',
479477
'skip-external-locking' => true,
480478
'socket' => $mysql::params::socket,
481479
'ssl' => false,

0 commit comments

Comments
 (0)