Sagewire Logo

restore one database from full backup

2 Message(s) by 2 Author(s) originally posted in mysql discussion


From: nobody Date:   Friday, October 19, 2007
I got a full backup of all my mysql database s to a dump file dumpfile.sql

how do I restore only one database from that dump file instead of
everything?

thanks


From: Kees Nuyt Date:   Saturday, October 20, 2007
On Fri, 19 Oct 2007 10:18:11 -0700, "nobody"
wrote in message:

I got a full backup of all my mysql databases to a dumpfile dumpfile.sql
how do I restore only one database from that dump file instead of
everything?
thanks


I will assume you produced the backup with:

mysqldump -u user -ppassword --all-databases >fulldumpfile

You can filter your dumpfile, for example with awk (all on
one line):
Windows:
awk "(($2==\"Current\") &&
($4==\"`dbname`\")),(($2==\"Current\") &&
($4!=\"`dbname`\")){print}" fulldumpfile >partdumpfile

Unix:
awk '(($2=="Current") &&
($4=="`dbname`")),(($2=="Current") &&
($4!="`dbname`")){print}' fulldumpfile >partdumpfile

Once you've checked your partdumpfile, you can pipe the
command to mysql (again, all on one line):
awk "(($2==\"Current\") &&
($4==\"`dbname`\")),(($2==\"Current\") &&
($4!=\"`dbname`\")){print}" fulldumpfile | mysql -u user
-ppassword

Good luck
--
( Kees
)
c[_] Famous last words - Do not worry, I can handle it. (#441)



Next Message: Complicated COUNT or DISTINCT with JOIN, Anyone?


Blogs related to restore one database from full backup

Products and accessories for mountain and road.
beyonce sex before marriage viljo r räsänen storing images in access database files sandi thom castles lyrics abused animals in nz best sources for potassium haig john marshall arkansas lady bobcat basketball team center grove ...

c limited epocast 1652 topowest triad engineering calgary badan ...
... lorig notre dame pine tree acres landfill free sony ringtones stained glass round window information management portfolio technology robert deniro film competence psychoanalytic game test twist mysql maximum database size yung ching ...

Auto
14772 heckmans auto chaudiere autocar clean egg off an automobile finish welch auto group nh auto salvage + charlotte,nc stanley automatic openers devine's auto sales watertown sd autoloaders tape backup compare adic quantum autoglass ...

my movie collection
myspace.com seth site thompson 66.208.237.150 murray automotive parts my yahoo mail search the msn7 beta free download myob backup kedai telekom petaling jaya muhammad taqiyya mysql newsgroup kelly hannaford katelyn tarver pictures ...

Passsword
Password Hacker Download ElcomSoft Advanced Passsword Recovery Studio 2005 Full » Download Able2Extract 3.0 Full » Download SpamWasher 2.0.1000 Full » Download ResumeMaker® Professional 11.0 Full » Download CyberLink Power BackUp ...

musser bros auction
mysql database backup software kalamalka secondary school kanjuro shibata ms helpline munch bunch books katy lim karaoke builder studio v3.0.145 karaoke microphone professional wireless 5 audio cat distribution over video ...


Programming | Sports | Autos

copyright 2006
Valid XHTML 1.0 Transitional