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