Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Perl MySQL backup - what's the best way?

by bwelch (Curate)
on Dec 13, 2007 at 16:25 UTC ( [id://656854]=note: print w/replies, xml ) Need Help??


in reply to Perl MySQL backup - what's the best way?

The mysqldump tool can be used to create backups of entire databases. Call it with something like this: mysqldump -h <host> -u <user> -p <db_name> > db_name.12.13.07.sql

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://656854]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-19 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found