poppabear8883 / UNIT3D-INSTALLER

Provisioner and Installer for the UNIT3D Torrent Tracker Platform.
49 stars 29 forks source link

MySQL v8 - query cache is deprecated #59

Closed k-304 closed 4 years ago

k-304 commented 4 years ago

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.

HDVinnie commented 4 years ago

What does query cache have to do with this installer?

k-304 commented 4 years ago

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.

HDVinnie commented 4 years ago

ah yes the query_cache_size in the cnf.

k-304 commented 4 years ago

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.

HDVinnie commented 4 years ago

it just needs to be removed from the config