From e8a52fb7ba42799a02ed7550444fb2dcda703518 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?=
Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in ISAPI
- mode under IIS 5.1.
+ mode under IIS 5.1.
- If you are using the 'cookie' auth_type, enter here a random
+ If you are using the 'cookie' auth_type, enter here a random
passphrase of your choice. It will be used internally by the blowfish
algorithm: you won't be prompted for this passphrase. The maximum
number of characters for this parameter seems to be 46.
@@ -2703,12 +2703,12 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
Please check the following points:
- You can either export as CSV suitable for MS Excel, which works out of the - box or you can try native experimental MS Excel exporter. This - export has several problems, most important are limitation of cell content - to 255 chars and no support for charsets, so think carefully whether you - want to enable this.. For enabling this you need to set - $cfg['TempDir'] to place where web server user can write (for example - './tmp') and install PEAR module Spreadsheet_Excel_Writer into - php include path. The installation can be done by following command: + Current version does support direct export ot Microsoft Excel and Word + versions 2000 and newer. If you need export older versions, you can use + CSV suitable for Microsoft Excel, which works out of the box or you can + try native experimental MS Excel exporter. This export has + several problems, most important are limitation of cell content to 255 + chars and no support for charsets, so think carefully whether you want to + enable this.. For enabling this you need to set $cfg['TempDir'] to + place where web server user can write (for example './tmp') and + install PEAR module Spreadsheet_Excel_Writer into php include path. The + installation can be done by following command:
pear -d preferred_state=beta install -a Spreadsheet_Excel_Writer @@ -3974,7 +3976,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge [8.3] About new security alerts- Please refer to + Please refer to http://www.phpmyadmin.net for the complete list of security alerts.