adapt this FAQ to 3.x interface

This commit is contained in:
Marc Delisle
2008-11-06 17:50:44 +00:00
parent 9ed2eeb9be
commit 7239cc3993

View File

@@ -3550,11 +3550,11 @@ $cfg['Servers'][$i]['AllowDeny']['rules'] = array(
</p>
<h4 id="faq6_2">
<a href="#faq6_2">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.
<a href="#faq6_2">6.2 When I create a table, I set an index for two fields and
phpMyAdmin generates only one index with those two fields.
</a></h4>
<p>
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.