View Single Post
  #1 (permalink)  
Old 12-28-2004, 09:59 AM
Alexandru Ungur Alexandru Ungur is offline
Senior Member
0 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Aug 2004
Posts: 173
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Alexandru Ungur
Default Backup MySQL data mini-howto

If you need advice on how to backup your mysql data, you should read this one:

Quote:
If you have ever pulled your hair out in frustration over data loss, no doubt the word 'backup' has special meaning in your life. Databases offer a nice way to catalog data, but with the amount of data being trusted into MySQL databases these days, the after-effects of an unwise DROP DATABASE command, an unlucky system crash, or a failed hand-edit of the table structure are catastrophic and can be unrecoverable -- unless you have a backup to restore from.
Read the full story here: http://www.newsforge.com/article.pl?.../12/23/2320205
Reply With Quote