nav HOME » Posts tagged 'backup'

MySQL backup and point in time recovery with binary logs

Backing up MySQL data is very important if you run MySQL on any kind of production server. We’ll explore some basic concepts which allows you to do that. We’re interested in two types of backup: full and incremental. Full backup can be saved as a collection of queries which can restore a database (logical), or [...]

Posted in System administration
Tags: , ,