zzzprojects / sqlfiddle

http://sqlfiddle.com
MIT License
275 stars 52 forks source link

MySQL - Allow to set "ansi" mode! #69

Open hansgru opened 10 years ago

hansgru commented 10 years ago

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.