Status
Not open for further replies.

swapnil0545

Banned
Banned
267
2008
0
0
Hii everyone,
I have got a problem regarding my database backup from the server.

Here it is:
On my CPanel database it shows that my db is of 32 mb.

But when i download that db from CPanel Backup,vB maintainance and Phpmyadmin It shows only 22 mb.

And when i used it on my local host it showed an error while importing(As it was not complete).

My board is running good without any problems But I want to have a backup thats my THING.

Please help asap:hissyfit:
 
13 comments
yup the size u will download will be less thn what is showed in capneel as when u download the file is compressed using Gzip
 
I think you are referering to "mysqldump" no "er". But yes the file you download will be smaller as it is compressed.

Oh and importing large dumps use this command:
Code:
gunzip < file.sql.gz | mysql -u user -ppass database
 
Now I need to use mysqldumper only.
Can any 1 help me restoring a db through mysqldumper.
I m not getting how to do it.

Any 1 who have used mysqldumper pls PM me or reply here
 
The backup system of every control panel is very different than others.

PHPmyadmin is very damn boring to import using it.

always use third party backup script to do your backups for you to avoid these problems.

I can help you with mysqldumper and teach you how to.

PM me if you are interested your IM.
 
Thank you prince for helping me.

Ya and to all the webmasters.
Mysqldumper is the best thing for backup and restoration service as compared to all other tools
 
Status
Not open for further replies.
Back
Top