Go to file
2001-07-20 11:39:08 +00:00
images Was broken (strange display with NS) 2001-07-01 09:13:31 +00:00
lang translate some strings 2001-07-18 09:04:07 +00:00
ChangeLog remove warnings 2001-07-20 10:30:46 +00:00
config.inc.php3 dynamic length 2001-07-19 18:54:19 +00:00
CREDITS Added credits for Benjamin Gandon 2001-07-17 19:58:09 +00:00
db_create.php3 bug 434608 2001-06-27 14:17:59 +00:00
db_details.php3 Fixed some bugs with the patch from Laurent Haas merged the day before 2001-07-20 09:16:41 +00:00
db_printview.php3 Cosmetic changes 2001-07-07 18:22:00 +00:00
db_readdump.php3 Removed a faulty fix for bug #439565 2001-07-13 14:53:05 +00:00
defines.inc.php3 fix bug #442493 2001-07-19 11:37:11 +00:00
DEVELOPERS small fixes 2001-07-07 08:38:46 +00:00
Documentation.html dynamic length 2001-07-19 18:54:19 +00:00
extchg.sh extchg.sh and sub-dir 2001-07-08 01:49:29 +00:00
footer.inc.php3 Initial revision 2001-05-03 17:25:09 +00:00
functions.js Added bzip support for dump files 2001-07-15 00:31:36 +00:00
grab_globals.inc.php3 dynamic length 2001-07-19 18:54:19 +00:00
header.inc.php3 Very little cosmetic changes 2001-07-10 19:41:05 +00:00
index.php3 small fixes 2001-07-07 08:38:46 +00:00
INSTALL Removed links to deepthought.texsci.edu (no long exists) 2001-07-11 20:14:52 +00:00
ldi_check.php3 $sql_query wasn't defined if 'magic_quotes_gpc' was off. 2001-07-15 17:24:34 +00:00
ldi_table.php3 fixed an invalid anchor in a documentation link in ldi_table.php3 2001-07-06 22:33:45 +00:00
left.js Fixed bug #440609 (Javascript error on left frame (IE4.0)) 2001-07-12 18:11:22 +00:00
left.php3 suppres warnings 2001-07-19 11:37:53 +00:00
lib.inc.php3 Fixed some bugs with the patch from Laurent Haas merged the day before 2001-07-20 09:16:41 +00:00
LICENSE Initial revision 2001-05-03 17:25:09 +00:00
main.php3 Fixed some bugs (including #439553) when $cfgServerDefault is set to 0 in the config file 2001-07-10 06:52:33 +00:00
README no message 2001-07-14 15:08:20 +00:00
remove_control_m.sh new script 2001-07-15 19:36:28 +00:00
select_lang.inc.php3 Function_exists() is available since php 3.0.7 only 2001-07-11 22:11:06 +00:00
sql.php3 Now dislpays the 'modify' link if the query submitted returns at least one row 2001-07-20 11:39:08 +00:00
tbl_addfield.php3 add trouble detection if insert field failed 2001-07-17 09:58:43 +00:00
tbl_alter.php3 bug 434608 2001-06-27 20:11:45 +00:00
tbl_change.php3 dynamic length 2001-07-19 18:54:19 +00:00
tbl_copy.php3 block table rename if newname empty 2001-07-17 09:59:25 +00:00
tbl_create.php3 ignore empty fields 2001-06-16 00:28:54 +00:00
tbl_dump.php3 Fixed bug #441571 (Gzipped dumps have wrong extension) 2001-07-16 17:29:38 +00:00
tbl_printview.php3 Moved a 'mysql_select_db' so the script may ran with mysql releases < 3.23 2001-06-30 16:03:54 +00:00
tbl_properties.inc.php3 dynamic length 2001-07-19 18:54:19 +00:00
tbl_properties.php3 dynamic length 2001-07-19 18:54:19 +00:00
tbl_qbe.php3 Added the path './' before all required or included files to avoid conflicts with the 'include_path' directive 2001-05-20 09:56:22 +00:00
tbl_rename.php3 block table rename if newname empty 2001-07-17 09:59:25 +00:00
tbl_replace.php3 remove warnings if you update 'set' and nothing is selected 2001-07-20 10:32:21 +00:00
tbl_select.php3 dynamic length 2001-07-19 18:54:19 +00:00
TODO *** empty log message *** 2001-07-07 08:41:54 +00:00
user_details.php3 bugs 441987, 441990 2001-07-17 13:45:23 +00:00

$Id$ 

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

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

  Version 2.2.0 - xx/07/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 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 (>= 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 CREDITS file.
   
  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

  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).