[ Web Proxy ]
URL:
Viewing: https://cloud.google.com/sql/docs/mysql/known-issues [Back]  [Original]

Known issues  |  Cloud SQL for MySQL  |  Google Cloud Documentation Skip to main content
Google Cloud Documentation [Google Cloud Documentation]
Send feedback

Known issues Stay organized with collections Save and categorize content based on your preferences.

This page lists known issues with Cloud SQL for MySQL, along with ways you can avoid or recover from these issues.

If you are experiencing issues with your instance, make sure you also review the Operational Guidelines, as well as the information in Diagnosing Issues.

Data durability and availability issues

Instance connection issues

Administrative issues

Issues with importing and exporting data

Transaction logs and disk growth

Logs are purged once daily, not continuously. When the number of days of log retention is configured to be the same as the number of backups, a day of logging might be lost, depending on when the backup occurs. For example, setting log retention to seven days and backup retention to seven backups means that between six and seven days of logs will be retained.

We recommend setting the number of backups to at least one more than the days of log retention to guarantee a minimum of specified days of log retention.

Issues with upgrading your MySQL instance

If you use Database Migration Service to upgrade your MySQL instance from version 5.7 to version 8.0, and you have stored procedures created in the database named mysql in your version 5.7 instance, then your stored procedures may not get copied to the mysql database in the upgraded version 8.0 instance. Also, you may not be able to create stored procedures in the mysql database in the upgraded instance.

Issues with InnoDB page compression

InnoDB page compression can improve the performance of update queries by reducing the amount of data that needs to be read and written to disk. However, page compression can impact performance on the update queries on frequently updated tables. To evaluate the impact of page compression on your update queries, you can run a performance test with and without page compression. This helps you to observe how page compression affects the performance of your workload.

You can optimize page compression performance as follows:

Issues related to Cloud Monitoring or Cloud Logging

Instances with the following region names are displayed incorrectly in certain contexts, as follows:

This issue occurs in the following contexts:

You can mitigate the issue for Alerting in Cloud Monitoring, and for Metrics Explorer, by using Resource metadata labels. Use the system metadata label region instead of the cloudsql_database monitored resource label region.

Send feedback

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-08-17 UTC.

Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-17 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page