Google Cloud SQL (MySQL) Error

I have a MySQL 5.7 Google Cloud SQL server with a read replica and i it’s been generating a lot of this warnings:

[Warning] User ‘mysql.session’@‘localhost’ was assigned access 0x8000 but was allowed to have only 0x0.

Should i be worried about this and is there a way to solve this warning?

This is just a warning caused by the server process of Cloud SQL and it does not affect your Cloud SQL for MySQL instance. The warning is removed now and will be released in next upcoming release.

Please follow below steps to configure the exclusion filter, if you wish to suppress it :

  1. Navigate to the Cloud Logging from the Cloud Console.
  2. Click on Logs Router (On the left side of the Cloud Logging page)
  3. Click on the settings of the default bucket(3 dots)
  4. Click on Edit
  5. Click on Add exclusion
  6. Add an exclusion filter to match the warning and update the sink. This will not persist the warning configured and the log looks tidy.

Thank You