To conclude check
/etc/fstab for the mentioned mountpoint.
On first glance, a server was rebooted and came up without the mountpoint.
It happily worked until root filesystem is full, since same contains the service in question - mysql database.
At least, separate database filesystem as a logical volume, or even better a new disk partition with volume group.
A wise choice would be to separate
/var inside root volume group, not now but for future projects
With seperate
/var and mysql, you are very likely to survive full
/ partition without downtime.
In your case, only backup would not work, instead of making system almost unusable.
Regards
Peasant.