MySQL: Backup and Restore

Add a comment March 15th, 2007

To take the entire backup of a database:
> mysqldump -u user_name -p database_name > dumped_file_name

To Restore the backup
> mysql -u user_name -p database_name < dumped_file_name

Technorati: Mysql

Book Mark it-> del.icio.us | Reddit | Slashdot | Digg | Facebook | Technorati | Google | StumbleUpon | Window Live | Tailrank | Furl | Netscape | Yahoo | BlinkList

Popularity: 1% [?]

Bookmark this on BuzzURLBookmark this on BuzzURL Post to TwitterTweets for this web page Bookmark this on FC2 Bookmark newsing it! Choix it! Add to Google Bookmark Bookmark this on Delicious Digg This

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

  1. No comments yet.Be the first ?
  1. No trackbacks yet.
Comments feed