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.
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.