From ff1d4d185b6ca6a5aa7d169a07ca105f52489883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 8 Dec 2005 18:15:21 +0000 Subject: [PATCH] Add commands how to setup config dir. --- ChangeLog | 1 + Documentation.html | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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 * libraries/tbl_move_copy.php: added PMA_table_rename() diff --git a/Documentation.html b/Documentation.html index fe78a3cf7..5e16d6752 100755 --- a/Documentation.html +++ b/Documentation.html @@ -207,8 +207,16 @@ previous configuration you have to create 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