diff --git a/Documentation.html b/Documentation.html index 7d32b3c7c..3257e4e90 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1481,18 +1481,18 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
How can I backup my database or 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.
+ 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.
- 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 "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.
- For additional help on this subject, look for the word "dump" in this
- document.
+ For additional help on this subject, look for the word "dump" in
+ this document.