I am trying to import a dump sql file generated from Mysql Workbench. I have two schemas, many tables and procedures. Furthermore, I have some users in that database which creates some temporary tables. I have seen a document which says to remove keyword as DEFINER and I have done that but the problem is still happening when I import my dump.sql in CloudSQL.
The problem faced is "ERROR 1227 (42000) at line 24: Access denied; you need (at least one of) the SUPER privilege(s) for this operation Import error: exit status 1".
What I notice is that Importing can not run CREATE, DROP. Does anyone could help me to get my dump file imported?