Re: back up mysql databases. -
09-19-2006
, 05:55 AM
The best approach is to use PHPMyAdmin.
When you log in, on the left column, select "Export". Select the databases you
want to export, and the method (XML, SQL, CSV etc).
If you select SQL, you should also set your export type to either "REPLACE" if
you are making incremental backups, and may want to replace any bad records
with a backup, or "INSERT" for full backups for empty databases.
Hope that helps. |