From 72f86848c373d21f78713b3cc0b81faf099c6d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 25 Mar 2009 08:30:28 +0000 Subject: [PATCH] Document removal of config directory after configuring phpMyAdmin. --- Documentation.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation.html b/Documentation.html index 79e9bcbaf..c7e90e28e 100644 --- a/Documentation.html +++ b/Documentation.html @@ -267,6 +267,7 @@ chmod o+w config/config.inc.php # give it world writable permissions
 mv config/config.inc.php .         # move file to current directory
 chmod o-rw config.inc.php          # remove world read and write permissions
+rm -rf config                      # remove not needed directory
 
Now the file is ready to be used. You can choose to review or edit the file with your favorite editor, if you prefer to set some