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 | BlinkListPopularity: 1% [?]
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.