Access denied and SUPER privilege(s) required while importing sql dump files in Google Cloud SQL Instance
Access denied and SUPER privilege(s) required while importing sql dump files in Google Cloud SQL Instance

Error:
ERROR 1227 (42000) at line 5841: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
OR
Solution:
While importing sql dump files in Google Cloud SQL, follow the below steps:-
Enter in the cloud sql instance from console by clicking on it and goto Edit configuration in the Overview tab.
You need to set the log_bin_trust_function_creators flag as true (i.e. on)
Click on Edit Configuration.
Click Add database flags drop down list, select log_bin_trust_function_creators
option from the drop down list and select on.
Save the Cloud SQL Instance.