2.5.0-rc2
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2003-04-27 Marc Delisle <lem9@users.sourceforge.net>
|
||||
### 2.5.0-rc2 released
|
||||
|
||||
2003-04-25 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* lang/estonian: Updated, thanks to finsoft@sourceforge.net.
|
||||
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user