diff --git a/Documentation.html b/Documentation.html index 1707647da..bbf8d0e0d 100644 --- a/Documentation.html +++ b/Documentation.html @@ -3550,11 +3550,11 @@ $cfg['Servers'][$i]['AllowDeny']['rules'] = array(

- 6.2 When I create a table, I click the Index checkbox for 2 fields and - phpMyAdmin generates only one index with those 2 fields. + 6.2 When I create a table, I set an index for two fields and + phpMyAdmin generates only one index with those two fields.

- In phpMyAdmin 2.2.0 and 2.2.1, this is the way to create a multi-fields + This is the way to create a multi-fields index. If you want two indexes, create the first one when creating the table, save, then display the table properties and click the Index link to create the other index.