Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL v8 Errors #2938

Open
craigerskine opened this issue Jan 18, 2022 · 1 comment
Open

MySQL v8 Errors #2938

craigerskine opened this issue Jan 18, 2022 · 1 comment

Comments

@craigerskine
Copy link

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

@alexbirukov
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants