We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please allow to set "ansi" mode for MySQL.
This would help allot since it's much easier for users to experiment and learn this way.
Trying to do this myself with:
SET GLOBAL sql_mode='ANSI';
I'm getting:
Access denied; you need (at least one of) the SUPER privilege(s) for this operation: SET GLOBAL sql_mode='ANSI'
regards.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please allow to set "ansi" mode for MySQL.
This would help allot since it's much easier for users to experiment and learn this way.
Trying to do this myself with:
I'm getting:
regards.
The text was updated successfully, but these errors were encountered: