1. Home
  2. Computing & Technology
  3. PHP / MySQL
photo of Angela Bradley
Angela's PHP / MySQL Blog

By Angela Bradley, About.com Guide to PHP / MySQL

Backup Yor MySQL Database

Tuesday April 4, 2006
It is important to backup your MySQL database regularly incase any problems should occour. It is also recommended that you backup before any major changes, incase you need to revert back to the old version of the database. You can backup your MySQL database from a command prompt using the line: mysqldump -u user_name -p your_password database_name > File_name.sql

Comments
April 4, 2006 at 2:23 pm
(1) Loretta says:

This is good advice. I thought the MySQL automatically backed itself up and neglected to make backups and then had a huge mess on my hands.

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Explore PHP / MySQL
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. PHP / MySQL

©2009 About.com, a part of The New York Times Company.

All rights reserved.