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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 ::   Topic List   < Prev Topic  |  Next Topic >
Summarize Messages Sort by Date  
#12634 From: $@!fulâ„¢ <anm.saiful@...>
Date: Tue Jul 14, 2009 4:53 am
Subject: :: Backing up large MySQL database ::
anm.saiful
Offline Offline
Send Email Send Email
 
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


#12638 From: Sabuj Kundu <manchumahara@...>
Date: Tue Jul 14, 2009 6:03 pm
Subject: Re: [phpXperts] :: Backing up large MySQL database ::
manchu_mahara
Offline Offline
Send Email Send Email
 
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 bigdump(http://www.ozerov.de/bigdump.php) is a nice tool
3.for large database and slow bandwidth, take backup of large tables in single.
4.Use high speed and dedicated internet con
........................
Sabuj Kumar Kundu
About Me: http://blog.manchumahara.com/about/
http:/blog.manchumahara.com
http://forum.amaderprojukti.com
http://gallery.amaderprojukti.com
http://mkabya.page.tl



On Tue, Jul 14, 2009 at 11:53 AM, $@!fulâ„¢ <anm.saiful@...> 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



#12642 From: shiplu <shiplu.net@...>
Date: Tue Jul 14, 2009 9:09 pm
Subject: Re: [phpXperts] :: Backing up large MySQL database ::
staticint
Offline Offline
Send Email Send Email
 
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 protected directory.

On 7/15/09, Sabuj Kundu <manchumahara@...> wrote:
> 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 bigdump(
> http://www.ozerov.de/bigdump.php) is a nice tool
> 3.for large database and slow bandwidth, take backup of large tables in
> single.
> 4.Use high speed and dedicated internet con
> ........................
> Sabuj Kumar Kundu
> About Me: http://blog.manchumahara.com/about/
> http:/blog.manchumahara.com
> http://forum.amaderprojukti.com
> http://gallery.amaderprojukti.com
> http://mkabya.page.tl
>
>
>
> On Tue, Jul 14, 2009 at 11:53 AM, $@!fulâ„¢ <anm.saiful@...> wrote:
>
>>
>>
>> *Which is the best way and format to backing up large MySQL (relational)
>> database?*
>> [image: My Web Site] <http://anmsaiful.net/> [image: Feed
>> Burner]<http://feeds2.feedburner.com/anmsaiful/anmsaiful/blog/posts>
>> [image:
>> Twitter] <http://twitter.com/anmsaiful> [image: Linked
>> In]<http://www.linkedin.com/in/anmsaiful> [image:
>> Face Book] <http://www.facebook.com/people/Anm-Saiful/1051877161> [image:
>> Yahoo Messenger]
>>
>>
>>
>


--
A K M Mokaddim
http://talk.cmyweb.net
http://twitter.com/shiplu
Stop Top Posting !!
বাংলিশ লেখার চাইতে বাংলা লেখা
অনেক ভাল



#12640 From: Bobby Easland <bobby.easland@...>
Date: Tue Jul 14, 2009 8:36 pm
Subject: Re: [phpXperts] :: Backing up large MySQL database ::
bobby.easland
Online Now Online Now
Send Email Send Email
 
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


 
Advanced
Add to My Yahoo!      XML What's This?

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