Can't remove/insert/update data on mysql tables
joaopgos
HOBBYOP
2 years ago
[ERROR] [MY-000035] [Server] Disk is full writing './binlog.000002' (OS errno 28 - No space left on device). Waiting for someone to free space... Retry in 60 secs. Message reprinted in 600 secs
Using a common INSERT or mysql command expect SELECT, I'm not using at least 1GB to my tables and my plan grants to me 100gb of shared disk.
3 Replies
2 years ago
The shared disk is not used for mysql, volumes are used.
How big is the volume and how much data is in use on it?
joaopgos
HOBBYOP
2 years ago
I was not using the max volume, Thanks.