diff --git a/ChangeLog b/ChangeLog
index 3c7ceb07e..cfc09a8d0 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,8 @@ $Source$
(eg. SELECT 1) (bug #1473484).
* libraries/import/sql.php: Do not strip MySQL conditional statements in
comments (patch #1459782, thanks to unconed - unconed).
+ * Documentation.html: Various fixes in documentation, mostly grammmar
+ (patch #1453198, thanks to Isaac Bennetch - ibennetch).
2006-04-26 Michal Čihař
Then you can open ./scripts/setup.php in your browser and perform - setup. After saving your configuration move generated configuration to top - level directory and delete created ./config directory. Do not + setup. After saving your configuration move the generated configuration to the top + level directory and delete the ./config directory. Do not forget to remove world write permissions on ./config.inc.php!
+ ++chmod o-rw config.inc.php # remove world read and write permissions ++
Please note that it does not allow to configure everything, so for some additional features you still need to manually edit the configuration file.
@@ -304,7 +315,7 @@ chmod o+w config/config.inc.php # give it world writable permissions where you want to give users access to their own database and don't want them to play around with others.@@ -398,9 +411,7 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real'HTTP' authentication mode
-
Please have a look at our Link section on the official phpMyAdmin homepage for in-depth coverage of phpMyAdmin's - features and/or interface.
+ features and or interface.