mysql
Delete All Binary Logs for MySQL
Today I discovered that one of my servers mysteriously ran out of disk space. I ran the following Linux command to find all the biggest files and folders on the server: sudo du -a / | sort -n -r | head -n 100 ... and found that it was the binary logs used for