Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
All solutions
    • All solutions for Managed MySQL
    • Managed Service for MySQL cluster switches to Read Only due to free space getting quickly consumed by temporary files
    • Error saving an SQL dump of a database from a Managed Service for MySQL cluster using mysqldump

In this article:

  • Issue description
  • Solution
  1. Managed MySQL
  2. Managed Service for MySQL cluster switches to Read Only due to free space getting quickly consumed by temporary files

Managed Service for MySQL cluster switches to Read Only due to free space getting quickly consumed by temporary files

Written by
Yandex Cloud
Updated at September 12, 2023
  • Issue description
  • Solution

Issue descriptionIssue description

In your Managed Service for MySQL cluster, you see the error:

The MySQL server is running with the --read-only option
so it cannot execute statement

When you expand the storage, your free space continues to quickly fill up, and the cluster switches to Read Only again.

SolutionSolution

The InnoDB engine used in the Managed Service for MySQL cluster, stores third-party connection data in temporary tables. Temporary table data is stored in the cluster's disk storage.

Check the logs of your application connecting to the database for anomalies. To delete temporary files from the cluster storage, you can disconnect and then reconnect your application to the cluster, terminating all connections, or restart the cluster.

Was the article helpful?

Previous
All solutions for Managed MySQL
Next
Error saving an SQL dump of a database from a Managed Service for MySQL cluster using mysqldump
Yandex project
© 2025 Yandex.Cloud LLC