Search the web
Sign In
New User? Sign Up
phpexperts
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
:: Backing up large MySQL database ::   Message List  
Reply | Forward Message #12640 of 13321 |
Re: [phpXperts] :: Backing up large MySQL database ::

Via shell command or cron job use something like this:

shell:~$ mysqldump --opt --single-transaction --databases database_one database_two > /your/backup/directory/my_databases.sql

This above will create a quick data dump that will be faster to re-import.

--
Bobby Easland


$@!ful™ wrote:
Which is the best way and format to backing up large MySQL (relational) database?
My Web Site Feed Burner Twitter Linked In Face Book Yahoo
Messenger



Tue Jul 14, 2009 8:36 pm

bobby.easland
Online Now Online Now
Send Email Send Email

Forward
Message #12640 of 13321 |
Expand Messages Author Sort by Date

Which is the best way and format to backing up large MySQL (relational) database?...
$@!fulâ„¢
anm.saiful
Online Now Send Email
Jul 14, 2009
5:19 pm

I don't know what is best, but can tell some better solution from real life experience 1.use ssh 2.to restore/import big dump if you don't have ssh then...
Sabuj Kundu
manchu_mahara
Offline Send Email
Jul 14, 2009
6:09 pm

you can do this, 1. log in to the server via ssh. 2. do a mysqldump. 3. Gzip/Bzip2 the output file. 4. download it. But make sure you put the dump file in a...
shiplu
staticint
Offline Send Email
Jul 15, 2009
2:59 am

Via shell command or cron job use something like this: shell:~$ mysqldump --opt --single-transaction --databases database_one database_two >...
Bobby Easland
bobby.easland
Online Now Send Email
Jul 15, 2009
2:57 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help