Database Backup Problem!

Discussion in 'MySQL' started by cool_dude, Jan 31, 2009.

  1. #1
    Hi,
    I tried to backup Mysql Database through phpmyadmin but I can't really understand what happens. Say if my whole database sizes 150 mb the download stops at 8 or 9 mb itself.

    Why does this problem occur? Is there way to download?
    I use Wordpress. Is there any plugin by which I can download those databses?

    Please help me.

    Thanks!
     
    cool_dude, Jan 31, 2009 IP
  2. DIGICHAT

    DIGICHAT Active Member

    Messages:
    244
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #2
    you can not download ur mysql database from phpmyadmin unless u have 2MB/SEC speed which is very expensive alternative is that ask professional hosting companies to make backup for ur database. there are sites available for it like i think hostgator or some other site dont remmember the site name use google search engine u will find one for sure.
     
    DIGICHAT, Feb 1, 2009 IP
  3. cool_dude

    cool_dude Peon

    Messages:
    368
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Oh,then I guess that's my problem. Anyways thanks for the heads up man.
     
    cool_dude, Feb 1, 2009 IP
  4. traffic.web

    traffic.web Guest

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    you may ask to hosting provider,sometime they have limit for download
     
    traffic.web, Feb 1, 2009 IP
  5. MayurGondaliya

    MayurGondaliya Well-Known Member

    Messages:
    1,233
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    170
    #5
    The problem can be anything, you should also try another database backing up software before you contact your web hosting service provider. I ask you to try using MYSQL administrator. It should work.

    Make sure that you are not attempting to download zipped backup, because sometimes, zipping process fails at server end and in turn, aborting the backup process.
     
    MayurGondaliya, Feb 2, 2009 IP
  6. bobbydeo

    bobbydeo Peon

    Messages:
    65
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Do you have cpanel control panel? If yes, then you can backup the db from there.
     
    bobbydeo, Feb 2, 2009 IP
  7. cool_dude

    cool_dude Peon

    Messages:
    368
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Yeah i do. But how to take backup from there?:confused:
     
    cool_dude, Feb 2, 2009 IP
  8. bobbydeo

    bobbydeo Peon

    Messages:
    65
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You can login to cpanel click on Backups -> You will see a section "Download a MySQL Database Backup" there you will find the name of the db click on it.
     
    bobbydeo, Feb 2, 2009 IP
  9. InovvativeTech

    InovvativeTech Banned

    Messages:
    32
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #9
    If you have shell access you can take a backup using mysql -h localhost -u mysqlusername - p databasename > dbback.sql

    Then it will prompt for mysql password ,thats it
     
    InovvativeTech, Feb 2, 2009 IP