6 A set of PHP-scripts to administrate MySQL over the WWW.
10 http://www.phpmyadmin.net/
12 Copyright (C) 1998-2000 Tobias Ratschiller <tobias.ratschiller_at_maguma.com>
13 Copyright (C) 2001- Olivier Müller <om_at_omnis.ch>
14 Loïc Chapeaux <lolo_at_phpHeaven.net>
15 Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
16 [check Documentation.txt/.html file for more details]
18 This program is free software; you can redistribute it and/or modify
19 it under the terms of the GNU General Public License as published by
20 the Free Software Foundation; either version 2 of the License, or
21 (at your option) any later version.
23 This program is distributed in the hope that it will be useful,
24 but WITHOUT ANY WARRANTY; without even the implied warranty of
25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26 GNU General Public License for more details.
28 You should have received a copy of the GNU General Public License
29 along with this program; if not, write to the Free Software
30 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
34 MySQL 3.23.32 or later
35 Note: The implemented support for MySQL 4.1.x and 5.0.x is experimental!
36 For more details, see Documentation.txt / .html
40 phpMyAdmin is intended to handle the adminstration of MySQL over the WWW.
42 - create and drop databases
43 - create, copy, drop and alter tables
44 - delete, edit and add fields
45 - execute any SQL-statement, even batch-queries
46 - manage keys on fields
47 - load text files into tables
48 - create and read dumps of tables
49 - export and import CSV data
50 - administer one single database
51 - communicate in more than 38 different languages
54 You can get the newest version at http://www.phpmyadmin.net/.
57 Please see the Documentation.txt/.html file.
60 Please see the Documentation.txt/.html file.
66 Basic documentation available in Documentation.txt/.html
69 See reference about support forums under http://www.phpmyadmin.net/
73 The phpMyAdmin Devel team
76 PS: Please, don't send us emails with question like "How do I compile
77 PHP3 with MySQL-support". We do answer all emails regarding
78 phpMyAdmin, but we just don't have the time to be your free helpdesk.
79 Please send your questions to the appropiate mailinglists / forums.
80 Before contacting us, please read the Documentation.html (esp. the