Go to file
2001-07-16 20:34:06 +00:00
images Was broken (strange display with NS) 2001-07-01 09:13:31 +00:00
lang same changes 2001-07-16 13:47:37 +00:00
ChangeLog bug 441689 2001-07-16 18:28:35 +00:00
config.inc.php3 ooops :) 2001-07-05 21:56:41 +00:00
CREDITS no message 2001-07-14 15:08:20 +00:00
db_create.php3 bug 434608 2001-06-27 14:17:59 +00:00
db_details.php3 optional re-display of query 2001-07-16 01:22:50 +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 small fixes 2001-07-07 08:38:46 +00:00
DEVELOPERS small fixes 2001-07-07 08:38:46 +00:00
Documentation.html clarification 2001-07-16 20:34:06 +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 Removed the '^M' at the end of some lines 2001-07-11 19:21:30 +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 No DHTML if there is only one table to display (feature #440420) 2001-07-12 23:32:35 +00:00
lib.inc.php3 print '0' instead of '' if result count < SelectNumRows 2001-07-16 13:47:08 +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 fix display error 2001-07-13 17:36:13 +00:00
tbl_addfield.php3 bug 434608 2001-06-27 20:11:45 +00:00
tbl_alter.php3 bug 434608 2001-06-27 20:11:45 +00:00
tbl_change.php3 bug 441689 2001-07-16 18:28:35 +00:00
tbl_copy.php3 Speed up table copy 2001-06-22 13:06:21 +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 Removed an un-necessary php closing tag in tbl_properties.inc.php3 2001-07-07 15:26:33 +00:00
tbl_properties.php3 disable nowrap on enum and set <td>'s 2001-07-16 13:45:54 +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 mysql_db_query deprecated 2001-05-27 20:19:35 +00:00
tbl_replace.php3 Save as new row 2001-06-05 03:03:43 +00:00
tbl_select.php3 Merged patch #437514 2001-06-30 16:04:38 +00:00
TODO *** empty log message *** 2001-07-07 08:41:54 +00:00
user_details.php3 bug 439340 2001-07-07 19:51:09 +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).