Go to file
2001-08-07 00:29:51 +00:00
images Was broken (strange display with NS) 2001-07-01 09:13:31 +00:00
lang convert html entities to german umlauts 2001-08-04 12:35:27 +00:00
ChangeLog bug 444749 2001-08-07 00:29:51 +00:00
config.inc.php3 added two directives to disable the use of compression for dump files 2001-08-04 13:02:10 +00:00
CREDITS Benjamin Gandon is an official developper now 2001-08-03 13:57:46 +00:00
db_create.php3 merge Loic's version 2001-07-30 21:21:19 +00:00
db_details.php3 use new variables 2001-08-05 00:28:03 +00:00
db_printview.php3 merge Loic's version 2001-07-30 21:21:19 +00:00
db_readdump.php3 * Fixed some bugs with the bookmark feature 2001-08-03 14:01:02 +00:00
defines.inc.php3 merge Loic's version 2001-07-30 21:21:19 +00:00
Documentation.html added two directives to disable the use of compression for dump files 2001-08-04 13:02:10 +00:00
Documentation.txt adding Documentation.txt 2001-08-03 09:19:35 +00:00
extchg.sh \r\n to \n and patch request #444789 2001-08-01 16:48:18 +00:00
footer.inc.php3 Added tests to ensure $cfgOBGzip and $ob_mode not only exists but are also true 2001-08-03 14:00:00 +00:00
functions.js merge Loic's version 2001-07-30 21:21:19 +00:00
grab_globals.inc.php3 merge Loic's version 2001-07-30 21:21:19 +00:00
header.inc.php3 Fixed some coding inconcistencies 2001-08-03 13:59:05 +00:00
index.php3 remove warning under Apache 2.0.23-dev 2001-08-06 12:52:30 +00:00
INSTALL adding Documentation.txt 2001-08-03 09:19:35 +00:00
ldi_check.php3 merge Loic's version 2001-07-30 21:21:19 +00:00
ldi_table.php3 merge Loic's version 2001-07-30 21:21:19 +00:00
left.js merge Loic's version 2001-07-30 21:21:19 +00:00
left.php3 merge Loic's version 2001-07-30 21:21:19 +00:00
lib.inc.php3 Stop showing BLOB if TEXT 2001-08-06 15:56:12 +00:00
LICENSE Initial revision 2001-05-03 17:25:09 +00:00
main.php3 Fixed some coding inconcistencies 2001-08-03 13:59:05 +00:00
ob_lib.inc.php3 create the variable $is_show_processlist so the same regular expression don't have to be tested three times 2001-08-05 11:35:41 +00:00
README adding Documentation.txt 2001-08-03 09:19:35 +00:00
remove_control_m.sh new script 2001-07-15 19:36:28 +00:00
select_lang.inc.php3 merge Loic's version 2001-07-30 21:21:19 +00:00
sql.php3 bug 444749 2001-08-07 00:29:51 +00:00
tbl_addfield.php3 merge Loic's version 2001-07-30 21:21:19 +00:00
tbl_alter.php3 merge Loic's version 2001-07-30 21:21:19 +00:00
tbl_change.php3 bug 442778 2001-08-06 23:46:20 +00:00
tbl_copy.php3 Fixed a possible mysql error 2001-08-03 14:01:32 +00:00
tbl_create.php3 Simplified a bit the code 2001-08-03 14:02:06 +00:00
tbl_dump.php3 merge Loic's version 2001-07-30 21:21:19 +00:00
tbl_printview.php3 merge Loic's version 2001-07-30 21:21:19 +00:00
tbl_properties.inc.php3 merge Loic's version 2001-07-30 21:21:19 +00:00
tbl_properties.php3 check if isset 2001-08-05 00:27:09 +00:00
tbl_qbe.php3 Fixed some coding inconcistencies 2001-08-03 13:59:05 +00:00
tbl_rename.php3 merge Loic's version 2001-07-30 21:21:19 +00:00
tbl_replace.php3 set with no field selected 2001-08-07 00:11:09 +00:00
tbl_select.php3 Fixed some coding inconcistencies 2001-08-03 13:59:05 +00:00
TODO *** empty log message *** 2001-07-07 08:41:54 +00:00
user_details.php3 fixed #444542 2001-08-04 14:18:58 +00:00

$Id$ 

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

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

  Version 2.2.0 - August 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 Documentation.txt/.html 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 Documentation.txt/.html file.
   
  Installation:
    Please see the Documentation.txt/.html file.
  
  ChangeLog:
    Now in ChangeLog
  
  Documentation:
    Basic documentation available in Documentation.txt/.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).