June 2009
M T W T F S S
« May   Jul »
1234567
891011121314
15161718192021
22232425262728
2930  

Backup large MySQL database without SSH access

mysqldumperMoving your databases around is easy when they are small. When they get large it may become a problem especially if you are on a shared hosting…

One of my website’s database grew to 5.5Gb in size. When it’s that big phpMyAdmin and standard control panel backup scripts just don’t work. Fortunately there is a great solution: MysqlDumper.de (english translation). It’s PHP/AJAX application that backs up and restores your databases part by part. It’s really straightforward to use.

It took it 10+ hours to export by 5.5Gb database as 700Mb of GZipped SQL scripts but it got the job done 100%. Another nice touch about it is that it allows you to break down your backups into parts so you can start restoring the database at the new location the moment first part is ready. This can be quite useful since when you are restoring database this big reconstructing indexes can take a very long time.

1 comment to Backup large MySQL database without SSH access

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>