RSSAmplifier

Simon Davies · Nov 27, 2012

Backing up MySQL Databases

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

As a web developer you learn that there is nothing more important than keeping regular backups of your databases. I've created a little bash script to help with Backing up MySQL databases for this I'll use mysqldump. Mysqldump is a nifty little utility that lets you dump the contents of a database to a file, so I use this to create a little bash script that will backup the database at regular…

Read on simon-davies.name

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.