Tag: Open Source

Community

MySQL Compressed Binary Logs

(Jesper Krogh) On a busy server, the binary logs can end up being one of the largest contributors to amount of disk space used. That means higher I/O, larger backups (you are backing up your binary logs, right?), potentially more network traffic when replicas fetch the logs, and so on.

Community

MySQL Linux to Windows

(Michael McLaughlin) My students want to transfer their course setup MySQL files from the Linux VM that I provide to Microsoft Windows 10. This post explains how because I found a couple small errors in the Google’d posts they would most likely see.