Post new topic Reply to topic  [ 4 posts ] 
mysqldump 
Author Message

Joined: Tue Feb 17, 2009 5:37 am
Posts: 14
Post mysqldump
Hi all, I am trying to backup all my mysql database in my server using
mysqldump all databases
but it seems that this operation will only backup all database into one single file.

Is there any way to backup mysql databases in separated files :?: :?: :?:

Thanks :)


Tue Jun 09, 2009 6:10 pm
Profile
User avatar

Joined: Mon Feb 23, 2009 1:07 am
Posts: 32
Post Re: mysqldump
I think it is 2 ways to get it done.

1. export each of your tables by phpmyadmin.mysite4now.com
2. dump each of your tables by using Navicat

:lol: :lol: :lol: :lol: :lol: :lol:


Tue Jun 09, 2009 6:15 pm
Profile
User avatar

Joined: Tue Feb 17, 2009 5:14 am
Posts: 34
Post Re: mysqldump
Do it programmatically in VB script.
Write a loop to dump the DB into separate files. XD

:lol: :lol: :lol:

You can also seek some 3-rd party tools to do it.


Mon Jun 15, 2009 8:21 am
Profile

Joined: Tue Feb 17, 2009 5:13 am
Posts: 67
Post Re: mysqldump
Try this syntax :

mysqldump -u [login] -p[password] -h[ServerName] -r [DumpFileName] [DbName]


Sun Aug 30, 2009 7:49 pm
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to:  
cron
Powered by phpBB © phpBB Group.
Designed by Vjacheslav Trushkin for Free Forum/DivisionCore .