symphonycms/symphonycms

MySQL v8 Errors

craigerskine opened this issue · 1 comments

Affected Symphony version(s) : 7.10
PHP version(s) : 7
MySQL version(s): 8

I'm getting this error after my host upgraded MySQL to v8. I cannot downgrade to v5. Is there a quick fix in Symphony or a MySQL command I can run to fix this?
Screen Shot 2022-01-18 at 1 26 09 PM

Hi. You need grant permissions by user in MySQL console:
GRANT SESSION_VARIABLES_ADMIN ON . TO 'user'@'localhost';