in reply to MySQL backup without MySQLDump

I don't know what MySQLDump does, but there are two basic approaches to backing up your database:


$;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}} split//,".rekcah lreP rehtona tsuJ";$\=$ ;->();print$/

Replies are listed 'Best First'.
Re: Re: MySQL backup without MySQLDump
by vek (Prior) on Oct 25, 2003 at 22:44 UTC

    I don't know what MySQLDump does...

    From the doc:

    Utility to dump a database or a collection of database for backup or for transferring the data to another SQL server (not necessarily a MySQL server). The dump will contain SQL statements to create the table and/or populate the table.
    -- vek --