This week I needed to backup a Percona MySQL server.One solution for this, is to stop the MySQL server, create a mysqldump, and transfer it to your backup location. However, depending on your tables and data size, this might not be the best solution. Especially if the database you want to backup is a live… Continue reading Streaming MySQL backup
Category: Uncategorized
image-orientation CSS property
The other day I was investigating an issue with Chrome 83 and a MJPEG stream embedded in an <img /> The MJPEG stream was streaming an iPhone screen to the end user. When the user decided to rotate the screen (switching between portrait and landscape), the MJPEG stream was updated accordingly when viewing the stream… Continue reading image-orientation CSS property