Google cloud sql instance super privilege error

ketan110 picture ketan110 · Mar 2, 2015 · Viewed 12.6k times · Source

I am very new in Google app engine please help me to solve my problem

I have created one instance in Google cloud sql when I import SQL file then it shows me error like this.

ERROR 1227 (42000) at line 1088: Access denied; you need (at least one of) the SUPER privilege(s) for this operation

How do I to add super privilege to my instance.

Answer

Adrián picture Adrián · Mar 5, 2015

As stated at the Cloud SQL documentation:

The SUPER privilege is not supported.

You can take a look at this page that explains how to import data to a Cloud SQL instance.