Files
webmin/mysql/help/backup_form.html
2007-04-12 20:24:50 +00:00

13 lines
504 B
HTML

<header>Backup Database</header>
This form allows you to backup an entire database (or selected rows) to
a file. Select the file write the backup to and the other options, then click
the <tt>Backup Now</tt> button to start the backup process. Written to the
file will be SQL statements that when executed will re-create the database
tables and their contents. This file can be executed using the command-line
<tt>mysql</tt> program or the Execute SQL page, in order to restore the
database. <p>
<hr>