If you’ve been following my journey, you might know that I recently bought an M2 Max MacBook Pro. However, I also own a 2019 Intel MacBook Pro, which started to slow down significantly in recent days. Thankfully, I was able [Read More…]
MySQL Binlogs Analysis for data loss
Some days back, I encountered a server where it happens that some data was altered in the database. A quick report can be generated with the mysqlbinlog command. The MySQL bin logs contains “events” that describe database changes such as [Read More…]