Go to file
2001-07-11 22:11:06 +00:00
images Was broken (strange display with NS) 2001-07-01 09:13:31 +00:00
lang Updated thanks to Laurent Haas 2001-07-11 19:18:56 +00:00
ChangeLog Removed links to deepthought.texsci.edu (no long exists) 2001-07-11 20:14:52 +00:00
config.inc.php3 ooops :) 2001-07-05 21:56:41 +00:00
CREDITS Rewritten to validates xhtml1.0 & css2, added some words about a common socket error and updated credits 2001-07-11 19:23:01 +00:00
db_create.php3 bug 434608 2001-06-27 14:17:59 +00:00
db_details.php3 Fixed some bugs with php3 (0 != empty) 2001-07-11 19:20:56 +00:00
db_printview.php3 Cosmetic changes 2001-07-07 18:22:00 +00:00
db_readdump.php3 bug 439565 2001-07-10 00:58:44 +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 Removed links to deepthought.texsci.edu (no long exists) 2001-07-11 20:14:52 +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 Export the js work from tbl_properties.php3 & db_details.php3 to functions.js 2001-07-10 19:40:33 +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 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
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 some bugs (including #439553) when $cfgServerDefault is set to 0 in the config file 2001-07-10 06:52:33 +00:00
left.php3 Fixed some bugs (including #439553) when $cfgServerDefault is set to 0 in the config file 2001-07-10 06:52:33 +00:00
lib.inc.php3 Again bug #440430 (error with php3) 2001-07-11 21:28:17 +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 small fixes 2001-07-07 08:38:46 +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 Bookmark strange condition 2001-07-07 23:49:52 +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 enlarge binary protection to (var)char binary types 2001-07-11 16:40:24 +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 a bug if an user requires a gziped dump but forget to check the transmit checkbox 2001-07-07 21:44:41 +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 Fixed some bugs with php3 (0 != empty) 2001-07-11 19:20:56 +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 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).