2.2.5
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
||||
|
||||
2002-03-22 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* finnish, norwegian updates
|
||||
* ### 2.2.5 released ###
|
||||
|
||||
2002-03-22 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* db_details.php3, lines 383-390: removed the submit button for actions on
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>phpMyAdmin 2.2.5-rc2 - Documentation</title>
|
||||
<title>phpMyAdmin 2.2.5 - Documentation</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.navigation {
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<a name="top"></a>
|
||||
<h1>phpMyAdmin 2.2.5-rc2 Documentation</h1>
|
||||
<h1>phpMyAdmin 2.2.5 Documentation</h1>
|
||||
|
||||
|
||||
<!-- TOP MENU -->
|
||||
|
@@ -1,5 +1,5 @@
|
||||
|
||||
phpMyAdmin 2.2.5-rc1 Documentation
|
||||
phpMyAdmin 2.2.5 Documentation
|
||||
|
||||
* Official phpMyAdmin project homepage [
|
||||
http://www.phpwizard.net/projects/phpMyAdmin/ ]
|
||||
@@ -9,8 +9,8 @@
|
||||
+ Version history: ChangeLog
|
||||
+ General notes: README
|
||||
+ License: LICENSE
|
||||
* Documentation version: $Id: Documentation.html,v 1.165 2002/03/11
|
||||
17:10:45 lem9 Exp $
|
||||
* Documentation version: $Id: Documentation.html,v 1.169 2002/03/22
|
||||
12:04:53 loic1 Exp $
|
||||
______________________________________________________________________
|
||||
|
||||
Top - Requirements - Introduction - Installation -
|
||||
@@ -624,6 +624,11 @@ FAQ - Frequently Asked Questions
|
||||
If PHP does not have read/write access to its upload_tmp_dir, it
|
||||
cannot access the uploaded query.
|
||||
|
||||
I get an error 'No SQL query' when trying to submit a query from the
|
||||
convenient text area.
|
||||
Check the post_max_size directive from your php configuration file and
|
||||
try to increase it.
|
||||
|
||||
I have problems with mysql.user field names.
|
||||
In older MySQL versions, the User and Password fields were named user
|
||||
and password. Please modify your field names to align with current
|
||||
@@ -1000,7 +1005,7 @@ P
|
||||
Kristof Hamann, Thomas Kl<4B>ger, Lubos Klokner, Martin Marconcini,
|
||||
Girish Nair, David Nordenberg, Bernard M. Piller, Laurent Haas,
|
||||
"Sakamoto", Yuval Sarna, www.securereality.com.au,
|
||||
Peter Svec, Michael Tacelosky, Lu<4C>s V., Daniel Villanueva, Vinay,
|
||||
Alvar Soome, Peter Svec, Michael Tacelosky, Lu<4C>s V., Daniel Villanueva, Vinay,
|
||||
Ignacio Vazquez-Abrams, Chee Wai, Jakub Wilk, Thomas Michael Winningham.
|
||||
|
||||
|
||||
|
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
|
||||
/**
|
||||
* DEFINES VARIABLES & CONSTANTS
|
||||
* Overview:
|
||||
@@ -17,7 +16,7 @@
|
||||
*/
|
||||
// phpMyAdmin release
|
||||
if (!defined('PMA_VERSION')) {
|
||||
define('PMA_VERSION', '2.2.5-dev');
|
||||
define('PMA_VERSION', '2.2.5');
|
||||
}
|
||||
|
||||
// php version
|
||||
|
Reference in New Issue
Block a user