in reply to Re: MySQL backup without MySQLDump
in thread MySQL backup without MySQLDump

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 --