index creation FAQ
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2001-08-22 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* Documentation.html: added a FAQ about index creation
|
||||||
|
|
||||||
2001-08-22 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-08-22 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* tbl_properties.php3, line 983; lang/*: added $strDropTable.
|
* tbl_properties.php3, line 983; lang/*: added $strDropTable.
|
||||||
* lib.inc.php3, lines 1674-1680: enclose all fields in cvs generated files
|
* lib.inc.php3, lines 1674-1680: enclose all fields in cvs generated files
|
||||||
|
@@ -802,7 +802,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b>How can I GZip or Bzip a dump or a CSV export. It seem to not work?</b>
|
<b>How can I GZip or Bzip a dump or a CSV export. It seems to not work?</b>
|
||||||
<br />
|
<br />
|
||||||
These features are based on the <tt>gzencode()</tt> and
|
These features are based on the <tt>gzencode()</tt> and
|
||||||
<tt>bzcompress()</tt> php functions to be more independent of the platform
|
<tt>bzcompress()</tt> php functions to be more independent of the platform
|
||||||
@@ -852,6 +852,17 @@
|
|||||||
|
|
||||||
And that fixes the \r\n problem with file uploads!
|
And that fixes the \r\n problem with file uploads!
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<b>When I create a table, I click the Index checkbox for 2 fields
|
||||||
|
and phpMyAdmin generates only one index with those 2 fields.</b>
|
||||||
|
<br />
|
||||||
|
In phpMyAdmin 2.2.0, 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.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
|
||||||
<!-- DEVELOPERS -->
|
<!-- DEVELOPERS -->
|
||||||
|
Reference in New Issue
Block a user