Using mysqldump to Back Up Your MySQL Database
Sep 29, 2010, 15:33 (0 Talkback[s])
(Other stories by Jason Gilmore)
"Whether you host your website and database internally or you
use a hosting provider, it is of paramount importance that you
institute a rigorous backup policy. If you're using MySQL, several
easily implementable options are at your disposal. This article
introduces one such option by showing you how to backup your
database using MySQL's native mysqldump client.
"In my professional IT career I've rarely experienced greater
rage and frustration than when realizing that an important file or
directory has been inadvertently deleted. The feeling is
exponentially more nauseating when the data is related to an
important client or other mission-critical project, particularly
when that data cannot be easily recreated. Unfortunately, such data
is plentiful in corporate environments, whether its sales records,
carefully managed customer contact data, or archived support forum
messages.
"Whether you host your website and database internally or you
use a hosting provider, it is of paramount concern that you
institute a rigorous backup policy in order to avoid such
disastrous consequences. If you're using MySQL, several easily
implementable options are at your disposal. In this article I'll
introduce you to one such option by showing you how to backup your
database using MySQL's native mysqldump client."
Complete Story
Related Stories: