From 12e715424df5c7178aa75937dfebacc8226e0216 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 27 Apr 2003 10:31:33 +0000 Subject: [PATCH] 2.5.0-rc2 --- ChangeLog | 3 +++ Documentation.txt | 15 +++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6dff2b6a7..7b4a72064 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-04-27 Marc Delisle + ### 2.5.0-rc2 released + 2003-04-25 Michal Cihar * lang/estonian: Updated, thanks to finsoft@sourceforge.net. * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). diff --git a/Documentation.txt b/Documentation.txt index 09224f87f..86b999856 100644 --- a/Documentation.txt +++ b/Documentation.txt @@ -6,7 +6,7 @@ Transformations - FAQ - Developers - Credits - Translators ______________________________________________________________________ - phpMyAdmin 2.5.0-rc1 Documentation + phpMyAdmin 2.5.0-rc2 Documentation * SourceForge phpMyAdmin project page [ http://www.phpmyadmin.net/ ] @@ -14,8 +14,8 @@ + Version history: ChangeLog + General notes: README + License: LICENSE - * Documentation version: $Id: Documentation.html,v 1.430 2003/04/13 - 22:55:48 lem9 Exp $ + * Documentation version: $Id: Documentation.html,v 1.433 2003/04/18 + 18:44:46 nijel Exp $ Requirements @@ -1505,7 +1505,7 @@ FAQ - Frequently Asked Questions This happens because the MySQL directive lower_case_table_names defaults to 1 (ON) in the Win32 version of MySQL. You can change this behavior by simply changing the directive to 0 (OFF): - Just edit you my.ini file that should be located in your Windows + Just edit your my.ini file that should be located in your Windows directory and add the following line to the group [mysqld]: set-variable = lower_case_table_names=0 Next, save the file and restart the MySQL service. You can always @@ -1763,6 +1763,13 @@ FAQ - Frequently Asked Questions 'allow root from 172.16.0.0/12', ); + [4.7] Authentication window is displayed more than once, why? + + This happens if you are using a URL to start phpMyAdmin which is + different than the one set in your $cfg['PmaAbsoluteUri']. For + example, a missing "www", or entering with an IP address while a + domain name is defined in the config file. + [5. Browsers or client OS] [5.1] I get an out of memory error, and my controls are non-functional,