Go to file
Olivier Müller 4eae2ff15e small fixes
2001-07-07 08:38:46 +00:00
images Was broken (strange display with NS) 2001-07-01 09:13:31 +00:00
lang correct Analisiere' 2001-07-05 09:58:16 +00:00
ChangeLog fixed an invalid anchor in a documentation link in ldi_table.php3 2001-07-06 22:33:45 +00:00
config.inc.php3 ooops :) 2001-07-05 21:56:41 +00:00
CREDITS * set version to 2.2.0rc1 2001-07-04 21:04:59 +00:00
db_create.php3 bug 434608 2001-06-27 14:17:59 +00:00
db_details.php3 add UCFirst 2001-07-01 00:31:42 +00:00
db_printview.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
db_readdump.php3 bug 436108 2001-07-02 20:12:55 +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 small changes 2001-07-07 08:33:39 +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 rewritten to fit javascript standards 2001-07-06 22:19:05 +00:00
grab_globals.inc.php3 Handles now the $HTTP_POST_FILES array 2001-05-05 20:38:13 +00:00
header.inc.php3 Fixed bug #438743 (Odd behaviour after drop database) 2001-07-05 21:04:36 +00:00
index.php3 small fixes 2001-07-07 08:38:46 +00:00
INSTALL small fixes 2001-07-07 08:38:46 +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 Font faces now depends on charset (temporary fix) 2001-07-02 21:17:17 +00:00
left.php3 fixed bug ##438987 (Blank lines with IE5+) 2001-07-06 22:29:33 +00:00
lib.inc.php3 Merged patch #438708 (Changes to display_table) 2001-07-05 20:20:09 +00:00
LICENSE Initial revision 2001-05-03 17:25:09 +00:00
main.php3 bug 438749 Database lockout 2001-07-06 19:53:08 +00:00
README small fixes 2001-07-07 08:38:46 +00:00
select_lang.inc.php3 Added Japanese and Korean translations 2001-06-18 18:58:23 +00:00
sql.php3 fixed bug #438895 (No mixed " and ' possible) 2001-07-06 22:20:22 +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 do not edit blob fields 2001-06-30 23:51:05 +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 * set version to 2.2.0rc1 2001-07-04 21:04:59 +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 Fixed bad case in documentation links' anchors 2001-06-23 11:02:14 +00:00
tbl_properties.php3 removed an unnecessary ';'! 2001-07-06 22:19:37 +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 * set version to 2.2.0rc1 2001-07-04 21:04:59 +00:00
user_details.php3 Fixed many little scripting bugs in users_details.php3 2001-07-06 20:18:57 +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).