Closed k-304 closed 4 years ago
What does query cache have to do with this installer?
if i got that right, it sets this option in the my. cnf file, doesnt it?
Sent from mobile
From: HDVinnie notifications@github.com Sent: Saturday, August 1, 2020 4:47:27 PM To: poppabear8883/UNIT3D-INSTALLER UNIT3D-INSTALLER@noreply.github.com Cc: Ken ken.joss1@gmail.com; Author author@noreply.github.com Subject: Re: [poppabear8883/UNIT3D-INSTALLER] MySQL v8 - query cache is deprecated (#59)
What does query cache have to do with this installer?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/poppabear8883/UNIT3D-INSTALLER/issues/59#issuecomment-667542836, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACC2JKGBKZOL3MG7RYWJBYDR6QTH7ANCNFSM4PRUASLQ.
ah yes the query_cache_size
in the cnf.
exactly, what do u suggest since its deprecated?
Sent from mobile
From: HDVinnie notifications@github.com Sent: Saturday, August 1, 2020 5:29:40 PM To: poppabear8883/UNIT3D-INSTALLER UNIT3D-INSTALLER@noreply.github.com Cc: Ken ken.joss1@gmail.com; Author author@noreply.github.com Subject: Re: [poppabear8883/UNIT3D-INSTALLER] MySQL v8 - query cache is deprecated (#59)
ah yes the query_cache_size in the cnf.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/poppabear8883/UNIT3D-INSTALLER/issues/59#issuecomment-667548555, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACC2JKAONZ6MHFBXUD6F4MTR6QYGJANCNFSM4PRUASLQ.
it just needs to be removed from the config
query cache is deprecated since MySQL v8: https://dev.mysql.com/doc/refman/5.7/en/query-cache.html
This causes the MySQL Server to fail on service start.