Go to file
2001-09-20 08:59:19 +00:00
images * splitted the function "display_table" in 3 little functions with specific targets (top of the page/headers of the table/body of the table); 2001-09-05 19:25:10 +00:00
lang updated thanks to Pietro Danesi 2001-09-20 08:04:25 +00:00
libraries php3 does not allow to use TRUE or FALSE constant with the 'define()' function 2001-09-19 19:32:12 +00:00
scripts Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
ANNOUNCE.txt phpMyAdmin 2.2.0-final release 2001-08-30 22:39:31 +00:00
badwords.txt patch #455752 - Check forbidden words thanks to Dell'Aiera Pol & Olivier Blin 2001-08-31 18:24:34 +00:00
ChangeLog Security issue fix: phpninfo.php3 now checks for valid user and password 2001-09-20 08:59:19 +00:00
config.inc.php3 * added the $cfgShowStats setting 2001-09-20 08:03:16 +00:00
CREDITS docs fixes, removed contents of CREDITS (is in Documentation.html) 2001-08-19 20:06:21 +00:00
db_create.php3 Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
db_details.php3 added the $cfgShowStats setting 2001-09-20 08:04:03 +00:00
db_printview.php3 added the $cfgShowStats setting 2001-09-20 08:04:03 +00:00
db_stats.php3 Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
Documentation.html * added the $cfgShowStats setting 2001-09-20 08:03:16 +00:00
Documentation.txt phpMyAdmin 2.2.0-final release 2001-08-30 22:39:31 +00:00
footer.inc.php3 the "</body>" html tag was lacking 2001-08-22 14:55:11 +00:00
header.inc.php3 rewrtitten the users script so it validates xhtml1.0, and fix a security issue removing most of the javascript work. 2001-09-16 20:07:46 +00:00
index.php3 calling the "set_font_sizes()" function is required to get the "$font_size" variable 2001-09-18 15:39:00 +00:00
INSTALL adding Documentation.txt 2001-08-03 09:19:35 +00:00
ldi_check.php3 Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
ldi_table.php3 Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
left.php3 Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
LICENSE Initial revision 2001-05-03 17:25:09 +00:00
main.php3 fixed an error I've done while merging patch #462787 2001-09-20 08:06:47 +00:00
mult_submits.inc.php3 optimized the "DROP FIELD" case 2001-09-09 17:05:32 +00:00
phpinfo.php3 Security issue fix: phpninfo.php3 now checks for valid user and password 2001-09-20 08:59:19 +00:00
read_dump.php3 * moved the 'split_sql_file()' function from the library to the main script, then removed the library; 2001-09-11 09:26:40 +00:00
README adding Documentation.txt 2001-08-03 09:19:35 +00:00
sql.php3 added a optionnal "show all" button in display mode 2001-09-13 18:25:59 +00:00
tbl_addfield.php3 fixed a bug with "auto_increment" field type 2001-09-18 09:27:45 +00:00
tbl_alter.php3 Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
tbl_change.php3 fixed bug #461623 (wrong maxlength) 2001-09-15 08:49:46 +00:00
tbl_copy.php3 Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
tbl_create.php3 fixed a bug with "auto_increment" field type 2001-09-18 09:27:45 +00:00
tbl_dump.php3 Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
tbl_printview.php3 added the $cfgShowStats setting 2001-09-20 08:04:03 +00:00
tbl_properties.inc.php3 $reload has now true boolean values 2001-09-07 19:42:41 +00:00
tbl_properties.php3 added the $cfgShowStats setting 2001-09-20 08:04:03 +00:00
tbl_qbe.php3 Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
tbl_rename.php3 Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
tbl_replace.php3 message associated to the query wasn't displayed if the location header is used 2001-09-09 16:44:30 +00:00
tbl_select.php3 Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
TODO *** empty log message *** 2001-07-07 08:41:54 +00:00
user_details.php3 added an option to change the server from an user page 2001-09-19 21:21:50 +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).