Tuesday, May 28, 2019

[google-cloud-sql-discuss] Re: Cloud sql mysql event cannot be deleted

You are able to enable the flag on your instance, however, there are some restrictions or unsupported feature on some activity that only Super Users (backend) have access to and therefore you might get the same error you are encountering now.

In addition, what might have happened here, is that the privileges of root was revoked and to grant root privileges, could you try to run the command below in your Cloud SQL instance and try again:

- GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;

Please note that Google Groups is reserved for general product discussions and is not for technical support. If the issue persists, I would suggest to post a detailed description of the issue and post it on Stackoverflow, as experienced programmers are within reach and ready to help.

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/438acb0a-ec5f-405c-866d-887d786c942b%40googlegroups.com.

No comments:

Post a Comment