diff --git a/ChangeLog b/ChangeLog
index 21736365f..5717891b7 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@ $Source$
* tbl_select.php, libraries/display_tbl.lib.php,
tbl_properties_operations.php, tbl_indexes.php: Fix XHTML.
* tbl_properties_export.php: Fix output before headers.
+ * Documentation.html: Add commands how to setup config dir.
2005-12-08 Sebastian Mendel config
directory in
phpMyAdmin's top level directory and make it writable to web server. For
loading previous configuration, place it there (and make sure it has write
- permissions for webserver).
+ permissions for webserver). You can use following commands:
+ cd phpMyAdmin + mkdir config # create directory for saving + chmod o+rw config # give it world writable permissions + # if you want to edit existion configuration: + cp config.inc.php config/ # copy current configuration + chmod o+w config/config.inc.php # give it world writable permissions +
Then you can open setup.php
in your browser and perform
setup. After saving your configuration move generated configuration to top