How to Identify and Clean Orphaned OFF Files in MySQL
Summary During a routine disk space audit, we discovered a massive accumulation of mysterious files in the /var/lib/mysql/ directory following the pattern OFF.xxxxxx and an accompanying OFF.index file. These files contained fragmented SQL INSERT statements mixed with binary data. After investigation, we identified these as orphaned binary log fragments resulting from a misconfigured or interrupted … Read more