home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 March / PCWorld_2003-03_cd.bin / Software / Vyzkuste / phptriad / phptriad2-2-1.exe / htdocs / phpmyadmin / README < prev    next >
Encoding:
Text File  |  2001-08-03  |  2.8 KB  |  82 lines

  1. $Id: README,v 1.7 2001/08/03 09:19:35 swix Exp $ 
  2.  
  3. phpMyAdmin - Readme
  4. ===================
  5.  
  6.   A set of PHP-scripts to adminstrate MySQL over the WWW.
  7.  
  8.   Version 2.2.0 - August 2001
  9.   ---------------------------
  10.   http://phpwizard.net/projects/phpMyAdmin/
  11.   http://phpmyadmin.sourceforge.net/
  12.  
  13.     Copyright (C) 1998-2000 Tobias Ratschiller <tobias@phpwizard.net>
  14.     Copyright (C) 2001-     Olivier Mⁿller <om@omnis.ch>
  15.                             Lo∩c Chapeaux <lolo@phpHeaven.net>
  16.                 Marc Delisle <DelislMa@CollegeSherbrooke.qc.ca>
  17.                 [check Documentation.txt/.html file for more details]
  18.  
  19.     This program is free software; you can redistribute it and/or modify
  20.     it under the terms of the GNU General Public License as published by
  21.     the Free Software Foundation; either version 2 of the License, or
  22.     (at your option) any later version.
  23.  
  24.     This program is distributed in the hope that it will be useful,
  25.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  26.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  27.     GNU General Public License for more details.
  28.  
  29.     You should have received a copy of the GNU General Public License
  30.     along with this program; if not, write to the Free Software
  31.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  32.  
  33.   Requirements: 
  34.     PHP3 (>= 3.0.8) or PHP4
  35.     MySQL (tested with 3.21.x, 3.22.x and 3.23.x)
  36.     a web-browser (doh!)
  37.                 
  38.   Summary:
  39.     phpMyAdmin is intended to handle the adminstration of MySQL over the WWW.
  40.     Currently it can:
  41.       - create and drop databases
  42.       - create, copy, drop and alter tables
  43.       - delete, edit and add fields
  44.       - execute any SQL-statement, even batch-queries
  45.       - manage keys on fields
  46.       - load text files into tables
  47.       - create and read dumps of tables
  48.       - export and import CSV data
  49.       - administer one single database
  50.       - communicate in more than 20 different languages
  51.  
  52.   Download:
  53.     You can get the newest version at http://phpmyadmin.sourceforge.net/.
  54.  
  55.   Credits:
  56.     Please see the Documentation.txt/.html file.
  57.    
  58.   Installation:
  59.     Please see the Documentation.txt/.html file.
  60.   
  61.   ChangeLog:
  62.     Now in ChangeLog
  63.   
  64.   Documentation:
  65.     Basic documentation available in Documentation.txt/.html
  66.  
  67.   Support:
  68.     There is a support forum under http://phpwizard.net/phorum/list.php?f=1 
  69.  
  70.  
  71.     Enjoy!
  72.         The phpMyAdmin Devel team
  73.  
  74.  
  75.   PS: Please, don't send us emails with question like "How do I compile
  76.       PHP3 with MySQL-support". We do answer all emails regarding 
  77.       phpMyAdmin, but we just don't have the time to be your free helpdesk.
  78.       Please send your questions to the appropiate mailinglists.
  79.       Before contacting us, please read the Documentation.html (esp. the 
  80.       FAQ part).
  81.  
  82.