Go to file
2002-02-04 18:11:19 +00:00
images Prepare the use of an Arabic translation (right to left text direction) 2001-11-10 13:17:18 +00:00
lang � :) 2002-02-01 14:40:37 +00:00
libraries mark row 2002-01-30 01:48:22 +00:00
scripts added a note about chmoding 2002-01-07 20:39:56 +00:00
ANNOUNCE.txt phpMyAdmin 2.2.0-final release 2001-08-30 22:39:31 +00:00
badwords.txt patch #455752 - Check forbidden words thanks to Dell'Aiera Pol & Olivier Blin 2001-08-31 18:24:34 +00:00
ChangeLog better correction for bug 508024 2002-02-04 18:11:19 +00:00
config.inc.php3 mark row 2002-01-30 01:48:22 +00:00
CREDITS docs fixes, removed contents of CREDITS (is in Documentation.html) 2001-08-19 20:06:21 +00:00
db_create.php3 PEAR codding standards 2001-11-23 01:04:57 +00:00
db_details.php3 optimize many tables 2002-02-02 20:58:32 +00:00
db_printview.php3 Beautified display of tables under Mozilla & NS6+ thanks to a fix from Detlev Stender 2001-11-23 19:13:07 +00:00
db_stats.php3 optimize many tables 2002-02-02 20:58:32 +00:00
Documentation.html IE limit 2002-02-03 13:45:16 +00:00
Documentation.txt 2.2.3 2002-01-06 19:10:26 +00:00
footer.inc.php3 back to previous version (last one does not fix the bug #493200 but creates a new one) 2001-12-16 14:43:22 +00:00
header.inc.php3 patch #497632 - Support for OS/2 browsers 2001-12-29 17:25:16 +00:00
index.php3 removed the leftlight.php3 file, and put all the code in left.php3: it 2002-01-18 14:03:30 +00:00
INSTALL adding Documentation.txt 2001-08-03 09:19:35 +00:00
ldi_check.php3 PEAR codding standards 2001-11-23 01:04:57 +00:00
ldi_table.php3 Short doc 2001-12-22 16:49:29 +00:00
left.php3 small cosmetic fix 2002-02-04 15:57:18 +00:00
LICENSE Initial revision 2001-05-03 17:25:09 +00:00
main.php3 added a <cr> 2002-01-19 18:51:05 +00:00
mult_submits.inc.php3 optimize many tables 2002-02-02 20:58:32 +00:00
phpinfo.php3 * extended last fix from Robin to the "MySQL runtime information" and "MySQL system variables" links; 2001-11-09 07:54:05 +00:00
read_dump.php3 coding standards 2002-01-19 18:44:14 +00:00
README adding Documentation.txt 2001-08-03 09:19:35 +00:00
sql.php3 * coding standards\n* xhtml fixes 2002-01-25 10:14:40 +00:00
tbl_addfield.php3 PEAR codding standards 2001-11-23 01:04:57 +00:00
tbl_alter.php3 PEAR codding standards 2001-11-23 01:04:57 +00:00
tbl_change.php3 fixed javascript errors 2002-01-25 13:52:35 +00:00
tbl_create.php3 PEAR codding standards 2001-11-23 01:04:57 +00:00
tbl_dump.php3 While building dumps, data are no long bufferized by the script if the user wants it to be displayed on screen or saved as a text file. This may be helpfull for bug #448223 - Dump hangs 2001-12-15 16:38:46 +00:00
tbl_indexes.php3 Short doc 2001-12-22 16:55:32 +00:00
tbl_move_copy.php3 PEAR codding standards 2001-11-23 01:04:57 +00:00
tbl_printview.php3 patch 507338 2002-01-25 01:44:55 +00:00
tbl_properties.inc.php3 link to doc 2002-02-01 18:10:21 +00:00
tbl_properties.php3 optimize many tables 2002-02-02 20:58:32 +00:00
tbl_qbe.php3 strQueryOnDb 2001-12-13 11:09:47 +00:00
tbl_rename.php3 PEAR codding standards 2001-11-23 01:04:57 +00:00
tbl_replace.php3 better correction for bug 508024 2002-02-04 18:11:19 +00:00
tbl_select.php3 Codding standards 2001-12-24 11:18:58 +00:00
TODO *** empty log message *** 2001-07-07 08:41:54 +00:00
user_details.php3 bug 512254 missing comma 2002-02-03 14:30:55 +00:00

$Id$ 

phpMyAdmin - Readme
===================

  A set of PHP-scripts to adminstrate MySQL over the WWW.

  Version 2.2.0 - August 2001
  ---------------------------
  http://phpwizard.net/projects/phpMyAdmin/
  http://phpmyadmin.sourceforge.net/

    Copyright (C) 1998-2000 Tobias Ratschiller <tobias@phpwizard.net>
    Copyright (C) 2001-     Olivier Müller <om@omnis.ch>
                            Loïc Chapeaux <lolo@phpHeaven.net>
			    Marc Delisle <DelislMa@CollegeSherbrooke.qc.ca>
			    [check Documentation.txt/.html file for more details]

    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

  Requirements: 
    PHP3 (>= 3.0.8) or PHP4
    MySQL (tested with 3.21.x, 3.22.x and 3.23.x)
    a web-browser (doh!)
                
  Summary:
    phpMyAdmin is intended to handle the adminstration 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
      - administer one single database
      - communicate in more than 20 different languages

  Download:
    You can get the newest version at http://phpmyadmin.sourceforge.net/.

  Credits:
    Please see the Documentation.txt/.html file.
   
  Installation:
    Please see the Documentation.txt/.html file.
  
  ChangeLog:
    Now in ChangeLog
  
  Documentation:
    Basic documentation available in Documentation.txt/.html

  Support:
    There is a support forum under http://phpwizard.net/phorum/list.php?f=1 


    Enjoy!
        The phpMyAdmin Devel team


  PS: Please, don't send us emails with question like "How do I compile
      PHP3 with MySQL-support". We do answer all emails regarding 
      phpMyAdmin, but we just don't have the time to be your free helpdesk.
      Please send your questions to the appropiate mailinglists.
      Before contacting us, please read the Documentation.html (esp. the 
      FAQ part).