Activity Stream
48,167 MEMBERS
62001 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1.     
    #11
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com
    Quote Originally Posted by filegrasper View Post
    you cant dump huge database using putty. I recommend you to use mysqldumper . Becoz i have a bad experience in dumping my 7gb database with putty . And finally got done by mysql dumper. U can hire me if u cant do.
    LOLOLOLOLTROLLLLOLOL.
    Webmaster, much?

    I even dumb my 15GB database using putty, without any problems.

    @OP: add --verbose in your command to see if it works.
    mysql --verbose --user=XXXXXXXX --password=XXXXXXXX DB_NAME < /PATH/TO/DUMPFILE.SQL
    Or, do
    mysql --user=XXXXXXXX --password=XXXXXXXX DB_NAME < /PATH/TO/DUMPFILE.SQL &
    Note the & at the end! Like this, you can now type
    top
    and see if mysqldump is working or not

    Also, when I dump my 15GB database, it takes +2h on a shitty VPS.

    Cheers & good luck.

  2.   Sponsored Links

  3.     
    #12
    Member
    If you want to restore your db , using this command via Putty.

    mysql -uforum_for43 -puser_password forum_forum42 < /home/forum/forum_forum427.sql
    Dont use spaces. And depend on your vps/dedi specs, it could take very long time. Just wait until its done.

  4.     
    #13
    Member
    i use this for import expot db 250m aprox and works fast


    Export

    mysqldump -u username -p database_name > dumpfile.sql


    Import


    mysql -u username -p database_name < dumpfile.sql

  5.     
    #14
    Member
    Website's:
    RapsUnderground.com
    Thanks everyone . I ended up restoring a slightly older database it was half the size and dumped in seconds . 1 of my tables was 1.gb in size and it seems its corrupt even left over night i left it and it stopped after that table .

    Im using a Dell 860 - Intel Xeon X3050 - 4GB MEM - 500GB HDD with centos 5 32 bit OS

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Mysql database creation doubt
    By jasoothai in forum Server Management
    Replies: 4
    Last Post: 8th Jul 2012, 05:38 PM
  2. MySql Database To Large
    By Kat in forum Webmaster Discussion
    Replies: 16
    Last Post: 14th Dec 2011, 10:59 PM
  3. Having Problem With Mysql Database Upload
    By maverick79 in forum Server Management
    Replies: 12
    Last Post: 9th Dec 2011, 08:03 PM
  4. mysql query to export database
    By lenney in forum IP.Board
    Replies: 4
    Last Post: 7th May 2011, 03:43 PM
  5. Mysql(Database)host
    By Mit1mit2 in forum Hosting Discussion
    Replies: 1
    Last Post: 19th Sep 2010, 07:03 PM

Tags for this Thread

BE SOCIAL