how to resolve this error?
Checking if myDBR reporting objects exist ToDo
Your MySQL server does not allow creation of stored functions. To allow creation of functions issue the following statement
mysql> SET GLOBAL log_bin_trust_function_creators = 1;
Click Retry Create Objects once you have allowed creation of functions.
Click Ignore to use myDBR without functions. This means that mydbr_style() will not be avaible in stored procedures, but otherwise myDBR will function normally.
MySQL error 1419: You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
"where to execute below given command ?
"mysql> SET GLOBAL log_bin_trust_function_creators = 1;"
if i execute this on mysql query window error occurs
Error
SQL query:
SET GLOBAL log_bin_trust_function_creators =1
MySQL said:
#1227 - Access denied; you need the SUPER privilege for this operation