phpMyAdmin 2.2.0-final release
This commit is contained in:
182
ANNOUNCE.txt
Normal file
182
ANNOUNCE.txt
Normal file
@@ -0,0 +1,182 @@
|
||||
_ __ __ _ _ _
|
||||
_ __ | |__ _ __ | \/ |_ _ / \ __| |_ __ ___ (_)_ __
|
||||
| '_ \| '_ \| '_ \| |\/| | | | | / _ \ / _` | '_ ` _ \| | '_ \
|
||||
| |_) | | | | |_) | | | | |_| |/ ___ \ (_| | | | | | | | | | |
|
||||
| .__/|_| |_| .__/|_| |_|\__, /_/ \_\__,_|_| |_| |_|_|_| |_|
|
||||
|_| |_| |___/ 2.2.0
|
||||
|
||||
|
||||
phpMyAdmin 2.2.0 - 30. August 2001
|
||||
==================================
|
||||
|
||||
A set of PHP-scripts to administrate MySQL over the WWW.
|
||||
-----------------------------------------
|
||||
http://phpwizard.net/projects/phpMyAdmin/
|
||||
http://phpmyadmin.sourceforge.net/
|
||||
|
||||
|
||||
Announcement
|
||||
------------
|
||||
|
||||
After 5 months, 5 beta releases and 4 release candidate versions,
|
||||
the phpMyAdmin developers are pleased to announce the availability
|
||||
of phpMyAdmin 2.2.0.
|
||||
|
||||
phpMyAdmin is intended to handle the administration of MySQL over
|
||||
the Web. The project was started by Tobias Ratschiller in 1998,
|
||||
and is now one of the most popular PHP script used worldwide.
|
||||
|
||||
(Un)fortunately, Tobias then stopped to work on phpMyAdmin last
|
||||
year: the last version (2.1.0) was released on 6. August 2000. In
|
||||
the mean time, there were many suggestions and good ideas around,
|
||||
as well as a security advisory.
|
||||
|
||||
That is why on 31st March 2001, Olivier M<>ller (Switzerland),
|
||||
supported by Marc Delisle (Qu<51>bec), Lo<4C>c Chapeaux (France) and a
|
||||
team of 8 other developers re-started the phpmyadmin project on
|
||||
SourceForge.net, with the authorization of the original package
|
||||
maintainer. And now, after 5 months of patches, bugfixes, new
|
||||
features and testing, the version 2.2.0 is finally ready.
|
||||
|
||||
Available at http://phpmyadmin.sourceforge.net, it includes the
|
||||
following highlights:
|
||||
|
||||
|
||||
Highlights
|
||||
----------
|
||||
|
||||
* Security fixes
|
||||
* New languages: Thai, Swedish, Galician, Romanian, Slovak,
|
||||
Japanese, Korean
|
||||
* Dynamic multiple language support, with automatic browser
|
||||
language detection
|
||||
* Improved documentation
|
||||
* Better file import/export possibilities
|
||||
* PEAR, CSS2 and XHTML 1.0 compliant (as far as possible)
|
||||
* User and Database administration page
|
||||
* Gzip and HTTP compression support
|
||||
* Removed necessity of magic_quotes_gpc (autodetection)
|
||||
* Bookmarks (sql queries) feature
|
||||
* Database usage statistics
|
||||
* Javascript compatibility improvements
|
||||
* Table maintenance features (repair, check, optimize)
|
||||
* Maintained PHP3 compatibility
|
||||
* Better BLOB support
|
||||
* Table usage and row statistics
|
||||
* Multiple table types
|
||||
* Now backed by a full-time development team! :)
|
||||
|
||||
Detailed list of changes since version 2.1 is available under
|
||||
http://phpmyadmin.sourceforge.net/ChangeLog.txt
|
||||
|
||||
|
||||
Availability
|
||||
------------
|
||||
This software is available under the GNU General Public License V2.0.
|
||||
|
||||
You can get the newest version at http://phpmyadmin.sourceforge.net/
|
||||
Available file formats are: .zip, .tar.gz and .tar.bz2.
|
||||
|
||||
If you install phpMyAdmin on your system, it's recommended to
|
||||
subscribe to the news mailing list by adding your address under
|
||||
http://lists.sourceforge.net/lists/listinfo/phpmyadmin-news
|
||||
This way, you will be informed of new updates and security fixes.
|
||||
It is a read only list, and traffic is not greater than a few
|
||||
mail every year.
|
||||
|
||||
|
||||
Support and Documentation
|
||||
-------------------------
|
||||
|
||||
The documentation is included in the software package as text and
|
||||
HTML file, but can also be downloaded from:
|
||||
|
||||
http://phpmyadmin.sourceforge.net/documentation/
|
||||
|
||||
|
||||
The software is provided as is without any express or implied
|
||||
warranty, but there is a bugs tracker page under:
|
||||
|
||||
http://sourceforge.net/projects/phpmyadmin/ [click on "Bugs"]
|
||||
|
||||
In addition, there are also a number of discussion lists
|
||||
related to phpMyAdmin. A list of mailing lists with archives
|
||||
is available at:
|
||||
|
||||
http://sourceforge.net/mail/?group_id=23067 or
|
||||
http://sourceforge.net/projects/phpmyadmin/ [click on "Lists"]
|
||||
|
||||
Finally, an users support forum is also available under:
|
||||
|
||||
http://www.phpwizard.net/phorum/list.php?f=1
|
||||
|
||||
|
||||
Known bugs
|
||||
----------
|
||||
|
||||
There are still a few annoying but hard to fix bugs:
|
||||
|
||||
* some browsers (IE5.0, Mozilla 0.8+) doesn't like to play with
|
||||
binary data
|
||||
* importing csv data may fail under very perticular circumstances
|
||||
* aliases in sql queries aren't yet well handled
|
||||
* out of memory error, when trying to create a table with more
|
||||
than 14 fields (check the FAQ)
|
||||
|
||||
To be informed about new releases fixing these problems, please
|
||||
subscribe to the news mailing list under
|
||||
http://lists.sourceforge.net/lists/listinfo/phpmyadmin-news
|
||||
or regularly check the sourceforge bugs tracker.
|
||||
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
phpMyAdmin is intended to handle the administration of MySQL over the WWW.
|
||||
Currently it can:
|
||||
- create and drop databases
|
||||
- create, copy, drop and alter tables
|
||||
- delete, edit and add fields
|
||||
- execute any SQL-statement, even batch-queries
|
||||
- manage keys on fields
|
||||
- load text files into tables
|
||||
- create and read dumps of tables
|
||||
- export and import CSV data
|
||||
- support single- and multi-user configuration
|
||||
- communicate in more than 20 different languages
|
||||
|
||||
|
||||
Author & Copyright
|
||||
------------------
|
||||
|
||||
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_phpwizard.net>
|
||||
Copyright (C) 2001- Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
|
||||
Olivier M<>ller <om_at_omnis.ch>
|
||||
Lo<4C>c Chapeaux <lolo_at_phpHeaven.net>
|
||||
Robin Johnson <robbat2_at_users.sourceforge.net>
|
||||
Armel Fauveau <armel.fauveau_at_globalis-ms.com>
|
||||
Geert Lund <glund_at_silversoft.dk>
|
||||
Korakot Chaovavanich <korakot_at_iname.com>
|
||||
Pete Kelly <webmaster_at_trafficg.com>
|
||||
Steve Alberty <alberty_at_neptunlabs.de>
|
||||
Benjamin Gandon <gandon_at_isia.cma.fr>
|
||||
+ many other people (check the CREDITS file)
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
|
||||
|
||||
EOF -- Olivier M<>ller / 2001.08.30
|
||||
|
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2001-08-31 Olivier M<>ller <om@omnis.ch>
|
||||
* releasing phpMyAdmin 2.2.0-final
|
||||
|
||||
2001-08-30 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/norwegian.inc.php3 updates, thanks to Sven-Erik Andersen.
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>phpMyAdmin 2.2.0-cvs - Documentation</title>
|
||||
<title>phpMyAdmin 2.2.0 - Documentation</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.navigation {
|
||||
|
@@ -1,20 +1,16 @@
|
||||
|
||||
phpMyAdmin 2.2.0 Documentation
|
||||
|
||||
* [1]Official phpMyAdmin project homepage [
|
||||
http://www.phpwizard.net/projects/phpMyAdmin/ ]
|
||||
* [2]Sourceforge phpMyAdmin download page [
|
||||
http://phpmyadmin.sourceforge.net/ ]
|
||||
* [1]Official phpMyAdmin project homepage
|
||||
http://www.phpwizard.net/projects/phpMyAdmin/
|
||||
* [2]Sourceforge phpMyAdmin download page
|
||||
http://phpmyadmin.sourceforge.net/
|
||||
* Local documents:
|
||||
+ Version history: [3]ChangeLog
|
||||
+ General notes: [4]README
|
||||
+ License: [5]LICENSE
|
||||
* Documentation version: $Id: Documentation.html,v 1.58 2001/08/30
|
||||
18:45:45 swix Exp $
|
||||
______________________________________________________________________
|
||||
|
||||
[6]Top - [7]Requirements - [8]Introduction - [9]Installation -
|
||||
[10]Configuration - [11]FAQ - [12]Developers - [13]Credits
|
||||
* Documentation version:
|
||||
$Id$
|
||||
______________________________________________________________________
|
||||
|
||||
Requirements
|
||||
@@ -27,10 +23,6 @@ Requirements
|
||||
* a web-browser (doh!).
|
||||
______________________________________________________________________
|
||||
|
||||
[14]Top - [15]Requirements - [16]Introduction - [17]Installation
|
||||
- [18]Configuration - [19]FAQ - [20]Developers - [21]Credits
|
||||
______________________________________________________________________
|
||||
|
||||
Introduction
|
||||
|
||||
phpMyAdmin can administer a whole MySQL-server (needs a super-user)
|
||||
@@ -54,10 +46,6 @@ Introduction
|
||||
(--with-zlib) and/or Bzip2 support (--with-bz2).
|
||||
______________________________________________________________________
|
||||
|
||||
[22]Top - [23]Requirements - [24]Introduction - [25]Installation
|
||||
- [26]Configuration - [27]FAQ - [28]Developers - [29]Credits
|
||||
______________________________________________________________________
|
||||
|
||||
Installation
|
||||
|
||||
Quick Install:
|
||||
@@ -83,10 +71,6 @@ Installation
|
||||
insert your site values in the new one.
|
||||
______________________________________________________________________
|
||||
|
||||
[31]Top - [32]Requirements - [33]Introduction - [34]Installation
|
||||
- [35]Configuration - [36]FAQ - [37]Developers - [38]Credits
|
||||
______________________________________________________________________
|
||||
|
||||
Configuration
|
||||
|
||||
All configurable data is placed in config.inc.php3.
|
||||
@@ -308,10 +292,6 @@ Configuration
|
||||
need to edit this.
|
||||
______________________________________________________________________
|
||||
|
||||
[39]Top - [40]Requirements - [41]Introduction - [42]Installation
|
||||
- [43]Configuration - [44]FAQ - [45]Developers - [46]Credits
|
||||
______________________________________________________________________
|
||||
|
||||
FAQ - Frequently Asked Questions
|
||||
|
||||
The error message "Warning: Cannot add header information - headers
|
||||
@@ -499,10 +479,6 @@ FAQ - Frequently Asked Questions
|
||||
Forum)
|
||||
______________________________________________________________________
|
||||
|
||||
[56]Top - [57]Requirements - [58]Introduction - [59]Installation
|
||||
- [60]Configuration - [61]FAQ - [62]Developers - [63]Credits
|
||||
______________________________________________________________________
|
||||
|
||||
Developers Information
|
||||
|
||||
phpMyAdmin is Open Source, so you're invited to contribute to it. Many
|
||||
@@ -551,10 +527,6 @@ Developers Information
|
||||
mailing list.
|
||||
______________________________________________________________________
|
||||
|
||||
[66]Top - [67]Requirements - [68]Introduction - [69]Installation
|
||||
- [70]Configuration - [71]FAQ - [72]Developers - [73]Credits
|
||||
______________________________________________________________________
|
||||
|
||||
Credits
|
||||
|
||||
|
||||
@@ -666,10 +638,6 @@ Original Credits of Version 2.1.0
|
||||
and or just some feedback.
|
||||
______________________________________________________________________
|
||||
|
||||
[74]Top - [75]Requirements - [76]Introduction - [77]Installation
|
||||
- [78]Configuration - [79]FAQ - [80]Developers - [81]Credits
|
||||
______________________________________________________________________
|
||||
|
||||
[82]Valid XHTML 1.0! [83]Valid CSS!
|
||||
|
||||
References
|
||||
|
Reference in New Issue
Block a user