Page 1 of 1

auto mysql dump

Posted: Thu Mar 19, 2009 1:56 pm
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
:)

Re: auto mysql dump

Posted: Fri Mar 20, 2009 3:01 pm
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

Re: auto mysql dump

Posted: Fri Mar 20, 2009 4:18 pm
by srdva59
thanks a lot for your help :)