backup
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-04-19 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* Documentation.html "how can I make a backup?"
|
||||||
|
|
||||||
2002-04-19 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2002-04-19 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* libraries/select_lang.lib.php3, lines 45-46: bug #545667 - Wrong default
|
* libraries/select_lang.lib.php3, lines 45-46: bug #545667 - Wrong default
|
||||||
Cyrillic encoding for BG.
|
Cyrillic encoding for BG.
|
||||||
|
@@ -1478,6 +1478,23 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
|||||||
field's value.
|
field's value.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<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.
|
||||||
|
<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.
|
||||||
|
<br /><br />
|
||||||
|
For additionnal help on this subject, look for the word "dump" in this
|
||||||
|
document.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3>[phpMyAdmin project]</h3>
|
<h3>[phpMyAdmin project]</h3>
|
||||||
<p>
|
<p>
|
||||||
<b>I have found a bug. How do I inform developers?</b>
|
<b>I have found a bug. How do I inform developers?</b>
|
||||||
|
Reference in New Issue
Block a user