Document removal of config directory after configuring phpMyAdmin.

This commit is contained in:
Michal Čihař
2009-03-25 08:30:28 +00:00
parent f5beeedd92
commit 8d7f812cd6

View File

@@ -277,6 +277,7 @@ chmod o+w config/config.inc.php # give it world writable permissions
<pre> <pre>
mv config/config.inc.php . # move file to current directory mv config/config.inc.php . # move file to current directory
chmod o-rw config.inc.php # remove world read and write permissions chmod o-rw config.inc.php # remove world read and write permissions
rm -rf config # remove not needed directory
</pre> </pre>
Now the file is ready to be used. You can choose to review or edit 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 the file with your favorite editor, if you prefer to set some