bug #1258956, typo
[phpmyadmin/crack.git] / README
blob5fc8c756eb7d6934fb2fe65bdd7786972780937b
1 $Id$
3 phpMyAdmin - Readme
4 ===================
6   A set of PHP-scripts to manage MySQL over the web.
8   Version 2.6.4-dev
9   -----------------
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
35   Requirements:
36     php 4.1.0 or later
37     MySQL 3.23.32 or later
38     a web-browser (doh!)
40   Summary:
41     phpMyAdmin is intended to handle the administration of MySQL over the WWW.
42     Currently it can:
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
54   Download:
55     You can get the newest version at http://www.phpmyadmin.net/.
57   Credits:
58     Please see the Documentation.txt/.html file.
60   Installation:
61     Please see the Documentation.txt/.html file.
63   ChangeLog:
64     Now in ChangeLog
66   Documentation:
67     Basic documentation available in Documentation.txt/.html
69   Support:
70     See reference about support forums under http://www.phpmyadmin.net/
73     Enjoy!
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
79       free helpdesk.
80       Please send your questions to the appropriate mailinglists / forums.
81       Before contacting us, please read the Documentation.html (esp. the
82       FAQ part).