diff --git a/Documentation.html b/Documentation.html index e99bfca61..7b9c0e211 100644 --- a/Documentation.html +++ b/Documentation.html @@ -328,14 +328,14 @@ chmod o-rw config.inc.php # remove world read and write permissions
Simply copy ./config.inc.php from your previous installation into the newly - unpacked one. Configuration files from very old versions (2.3.0 or older) may + unpacked one. Configuration files from very old versions (2.3.0 or before) may require some tweaking as some options have been changed or removed.
You should not copy libraries/config.default.php over config.inc.php because the default configuration file is version-specific.
-If you have upgraded your MySQL server from a version older than 4.1.2 to +
If you have upgraded your MySQL server from a version previous to 4.1.2 to version 4.1.2 or newer and if you use the pmadb/linked table infrastructure, you should run the SQL script found in scripts/upgrade_tables_mysql_4_1_2+.sql.
@@ -364,7 +364,7 @@ chmod o-rw config.inc.php # remove world read and write permissions algorithm, in a temporary cookie.In older MySQL versions, the User and Password fields +
In previous MySQL versions, the User and Password fields were named user and password. Please modify your field names to align with current standards.
@@ -3442,7 +3442,7 @@ $cfg['Servers'][$i]['AllowDeny']['rules'] = array( Click on a database name in the left frame, the properties will be
displayed. Select "Import" from the list
of tabs in the right–hand frame (or "SQL" if your phpMyAdmin
- version is older than 2.7.0). In the "Location of the text file" section, type in
+ version is previous to 2.7.0). In the "Location of the text file" section, type in
the path to your dump filename, or use the Browse button. Then click Go.
With version 2.7.0, the import engine has been re–written, if possible it is suggested