6 A set of PHP-scripts to manage MySQL over the web.
10 http://www.phpmyadmin.net/
12 Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
13 Copyright (C) 2001-2005 Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
14 Olivier Müller <om_at_omnis.ch>
15 Robin Johnson <robbat2_at_users.sourceforge.net>
16 Alexander M. Turek <me_at_derrabus.de>
17 Michal Cihar <michal_at_cihar.com>
18 Garvin Hicking <me_at_supergarv.de>
19 Michael Keck <mkkeck_at_users.sourceforge.net>
20 [check Documentation.txt/.html file for more details]
22 This program is free software; you can redistribute it and/or modify
23 it under the terms of the GNU General Public License version 2,
24 as published by the Free Software Foundation.
26 This program is distributed in the hope that it will be useful,
27 but WITHOUT ANY WARRANTY; without even the implied warranty of
28 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 GNU General Public License for more details.
31 You should have received a copy of the GNU General Public License
32 along with this program; if not, write to the Free Software
33 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
37 MySQL 3.23.32 or later
41 phpMyAdmin is intended to handle the administration of MySQL over the WWW.
43 - create and drop databases
44 - create, copy, drop and alter tables
45 - delete, edit and add fields
46 - execute any SQL-statement, even batch-queries
47 - manage keys on fields
48 - load text files into tables
49 - create and read dumps of tables
50 - export and import CSV data
51 - administer one single database as well as a whole database server
52 - communicate in 50 different languages
55 You can get the newest version at http://www.phpmyadmin.net/.
58 Please see the Documentation.txt/.html file.
61 Please see the Documentation.txt/.html file.
67 Basic documentation available in Documentation.txt/.html
70 See reference about support forums under http://www.phpmyadmin.net/
74 The phpMyAdmin Devel team
77 PS: Please, don't send us emails with question like "How do I compile
78 PHP with MySQL-support". We just don't have the time to be your
80 Please send your questions to the appropriate mailinglists / forums.
81 Before contacting us, please read the Documentation.html (esp. the