auto mysql dump

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
srdva59
Forum Commoner
Posts: 77
Joined: Sun Feb 15, 2009 10:58 am

auto mysql dump

Post by srdva59 »

hi,
there is any
script or function that can perform a dump of a db to a txt file and them prompt
that file to save?
thanks for you help
:)
User avatar
andyhoneycutt
Forum Contributor
Posts: 468
Joined: Wed Aug 27, 2008 10:02 am
Location: Idaho Falls

Re: auto mysql dump

Post by andyhoneycutt »

You might be looking for "SELECT ... INTO OUTFILE" if you are using mysql. Here's a link to documentation covering SELECT in mysql: http://dev.mysql.com/doc/refman/5.0/en/select.html
srdva59
Forum Commoner
Posts: 77
Joined: Sun Feb 15, 2009 10:58 am

Re: auto mysql dump

Post by srdva59 »

thanks a lot for your help :)
Post Reply