xhtml fixes

This commit is contained in:
Loïc Chapeaux
2002-04-19 15:27:03 +00:00
parent e0fa72880e
commit dbad96e076

View File

@@ -1481,18 +1481,18 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
<p>
<b>How can I backup my database or table?</b>
<br />
Click on a database or table name in the left frame, the properties will
be displayed. Then go to the Dump section, you can dump the structure,
the data, or both. This will generate standard SQL statements that can
be used to recreate your database/table.
Click on a database or table name in the left frame, the properties will be
displayed. Then go to the Dump section, you can dump the structure, the
data, or both. This will generate standard SQL statements that can be used
to recreate your database/table.
<br /><br />
You will need to choose "Save as file", so that phpMyAdmin can transmit
the resulting dump to your station. Depending on your PHP configuration,
you will see options to compress the dump. See also the $cfgExecTimeLimit
configuration variable.
You will need to choose &quot;Save as file&quot;, so that phpMyAdmin can
transmit the resulting dump to your station. Depending on your PHP
configuration, you will see options to compress the dump. See also the
<tt>$cfgExecTimeLimit</tt> configuration variable.
<br /><br />
For additional help on this subject, look for the word "dump" in this
document.
For additional help on this subject, look for the word &quot;dump&quot; in
this document.
</p>
<h3>[phpMyAdmin project]</h3>