MySQL Database Backups

MySQL AB has, in its Reference Manual for MySQL, a section on database backups.  The simpliest way to configure database backups in MySQL is to “dump” the database (or the part of the database you want to dump) and backup that dump.  The primary tool in MySQL for this is, appropriately named, mysqldump.