How To Backup And Restore Entire Whole MYSQL Database Linux Shell Command
How To Backup And Restore Entire Whole MYSQL Database Linux Shell Command
How, To, Backup, And, Restore, Entire, Whole, MYSQL, Database, Linux, Shell, Command


Fri Feb 29, 2008 12:01 pm - How To Backup And Restore Entire Whole MYSQL Database Linux Shell Command
#1472
How To Backup And Restore Entire Whole MYSQL Database Linux Shell Command
author: edwino85
Leave Your Comments
name
comments
Share
Share this post by copy and paste this URL and put it on your forums or use it on your profile like myspace, friendster, Facebook, Twitter or others and add in with your comments.
URL Link: ask
Use this HTML code to embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed: ask
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on with Posts and Replies on your forums
BBCODE: ask
| More
Tue Feb 27, 2007 10:54 pm - Re: How To Backup And Restore Entire Whole MYSQL Database Linux Shell Command
#1899
Admin
if you want to backup all the databases in one file, this is the command you would use:
mysqldump --opt -u root -p --all-databases | gzip > all_databases_2_27_2007.sql.gz
Enter Password:
Tue Apr 03, 2007 4:13 pm - Re: How To Backup And Restore Entire Whole MYSQL Database Linux Shell Command
#1900
Aneesh
How to restore this single file?