From 5c07a4023417604eb13938e1962e7d5d2238336a Mon Sep 17 00:00:00 2001
From: Marc Delisle
- How can I GZip or Bzip a dump or a CSV export. It seem to not work?
+ How can I GZip or Bzip a dump or a CSV export. It seems to not work?
These features are based on the gzencode() and
bzcompress() php functions to be more independent of the platform
@@ -852,6 +852,17 @@
And that fixes the \r\n problem with file uploads!
+ When I create a table, I click the Index checkbox for 2 fields
+ and phpMyAdmin generates only one index with those 2 fields.
+
+ 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.
+