Go to file
2001-05-08 00:03:01 +00:00
images Initial revision 2001-05-03 17:25:09 +00:00
lang on csv data, user can add a character at end-of-line (commit for Lem9) 2001-05-07 22:46:03 +00:00
ChangeLog on csv data, user can add a character at end-of-line (commit for Lem9) 2001-05-07 22:46:03 +00:00
config.inc.php3 Bookmark Support 2001-05-07 03:59:13 +00:00
CREDITS Bookmark Support 2001-05-07 03:59:13 +00:00
db_create.php3 Initial revision 2001-05-03 17:25:09 +00:00
db_details.php3 Bookmark Support 2001-05-07 03:59:13 +00:00
db_dump.php3 Initial revision 2001-05-03 17:25:09 +00:00
db_printview.php3 Initial revision 2001-05-03 17:25:09 +00:00
db_readdump.php3 Fix warnings when error_reporting is set to E_ALL 2001-05-08 00:00:03 +00:00
DEVELOPERS Initial revision 2001-05-03 17:25:09 +00:00
Documentation.html Initial revision 2001-05-03 17:25:09 +00:00
extchg.sh Initial revision 2001-05-03 17:25:09 +00:00
footer.inc.php3 Initial revision 2001-05-03 17:25:09 +00:00
functions.js Initial revision 2001-05-03 17:25:09 +00:00
grab_globals.inc.php3 Handles now the $HTTP_POST_FILES array 2001-05-05 20:38:13 +00:00
header.inc.php3 Initial revision 2001-05-03 17:25:09 +00:00
index.php3 Initial revision 2001-05-03 17:25:09 +00:00
INSTALL Initial revision 2001-05-03 17:25:09 +00:00
ldi_check.php3 Initial revision 2001-05-03 17:25:09 +00:00
ldi_table.php3 Initial revision 2001-05-03 17:25:09 +00:00
left.js Build a js library for expandable/collapsible database lists and improve the related code 2001-05-04 08:45:48 +00:00
left.php3 Skip collapsible list with Opera 5.02 2001-05-04 21:40:50 +00:00
lib.inc.php3 stip slash the message to be displayed 2001-05-08 00:03:01 +00:00
LICENSE Initial revision 2001-05-03 17:25:09 +00:00
main.php3 Marc outsource some strings in main.php3 & kill the bug in main.php3 about Create privilege 2001-05-04 21:39:50 +00:00
README Initial revision 2001-05-03 17:25:09 +00:00
select_lang.inc.php3 Added Brazilian Portuguese 2001-05-04 08:44:11 +00:00
sql.php3 Fix warnings when error_reporting is set to E_ALL 2001-05-08 00:00:03 +00:00
tbl_addfield.php3 Initial revision 2001-05-03 17:25:09 +00:00
tbl_alter.php3 Initial revision 2001-05-03 17:25:09 +00:00
tbl_change.php3 import the 'insert new row to edit page' feature put by Korakot in the stable CVS tree 2001-05-08 00:01:23 +00:00
tbl_copy.php3 Initial revision 2001-05-03 17:25:09 +00:00
tbl_create.php3 Fix for default type bug. 2001-05-06 00:16:13 +00:00
tbl_dump.php3 on csv data, user can add a character at end-of-line (commit for Lem9) 2001-05-07 22:46:03 +00:00
tbl_printview.php3 Initial revision 2001-05-03 17:25:09 +00:00
tbl_properties.inc.php3 Initial revision 2001-05-03 17:25:09 +00:00
tbl_properties.php3 on csv data, user can add a character at end-of-line (commit for Lem9) 2001-05-07 22:46:03 +00:00
tbl_qbe.php3 Initial revision 2001-05-03 17:25:09 +00:00
tbl_rename.php3 Initial revision 2001-05-03 17:25:09 +00:00
tbl_replace.php3 import the 'insert new row to edit page' feature put by Korakot in the stable CVS tree 2001-05-08 00:01:23 +00:00
tbl_select.php3 Initial revision 2001-05-03 17:25:09 +00:00
TODO Initial revision 2001-05-03 17:25:09 +00:00

$Id$ 

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

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

  Version 2.2.0 - xx/xx/2001
  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>
			    [check CREDITS 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 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

  Download:
    You can get the newest version at http://www.phpwizard.net/projects/phpMyAdmin/.

  Credits:
    This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his idea 
    to create a web-based interface to MySQL using PHP3. Although I have not
    used any of his source-code, there are some concepts I've borrowed from 
    him. phpMyAdmin was created because Peter told me he wasn't going to further 
    develop his (great) tool.
    Thanks go to 
    - Amalesh Kempf <ak-lsml@living-source.com> who contributed the code for 
      the check when dropping a table or database. He also suggested that you
      should be able to specify the primary key on tbl_create.php3. To version
      1.1.1 he contributed the ldi_*.php3-set (Import text-files) as well as
      a bug-report. Plus many smaller improvements.
    - Jan Legenhausen <jan@nrw.net>: He made many of the changes that were
      introduced in 1.3.0 (including quite significant ones like the 
      authentification). For 1.4.1 he enhanced the table-dump feature. Plus
      bug-fixes and help.
    - Marc Delisle <DelislMa@CollegeSherbrooke.qc.ca> made phpMyAdmin language-
      independent by outsourcing the strings to a separate file. He also
      contributed the French translation.
    - Alexandr Bravo <abravo@hq.admiral.ru> who contributed tbl_select.php3,
      a feature to display only some fields from a table.
    - Chris Jackson <chrisj@ctel.net> added support for MySQL functions in 
      tbl_change.php3. He also added the "Query by Example" feature in 2.0.
    - Dave Walton <walton@nordicdms.com> added support for multiple servers and
      is a regular contributor for bug-fixes.
    - Gabriel Ash <ga244@is8.nyu.edu> contributed the random access features
      for 2.0.6.
    The following people have contributed minor changes, enhancements, bugfixes
    or support for a new language:
    Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas Kleemann, Alexander Leidinger,
    Kiko Albiol, Daniel C. Chao, Pavel Piankov, Sascha Kettler, Joe Pruett, 
    Renato Lins, Mark Kronsbein, Jannis Hermanns, G. Wieggers.

    And thanks to everyone else who sent me email with suggestions, bug-reports and
    or just some feedback.
   
  Installation:
    Please see the INSTALL file.
    For info on configuration have a look Documentation.html
  
  ChangeLog:
    Now in ChangeLog
  
  Documentation:
    Basic documentation available in Documentation.html

    Enjoy,
        Tobias Ratschiller & Devel team

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