Difference between revisions of "PhpMyAdmin"

From Dietrich Blog (Strato)
Jump to: navigation, search
(New page: = PhpMyAdmin = Eine in PHP realisiertes DatenbankFrontend als WebApplication zur Verwaltung von MySQL-Datenbanken über das Web. <br />Vorteile: * Mit einfachsten Mitteln ([[PH...)
 
Line 13: Line 13:
 
* Installations-Ordner:  e:\var\www\htdocs\pma (ComputerBraunbaer)
 
* Installations-Ordner:  e:\var\www\htdocs\pma (ComputerBraunbaer)
 
* Konfigurations-Dateien: config.inc.php  (Name des Install(Name des Installationsordners, Datenbank-Password,...)
 
* Konfigurations-Dateien: config.inc.php  (Name des Install(Name des Installationsordners, Datenbank-Password,...)
* Systemvoraussetzungen:  PHP, [[Apache|Apache]], MySQL
+
* Systemvoraussetzungen:  [[PHP]], [[Apache]], [[MySQL]]
* Aufruf: [[http://braunbaer.kr8.de/pma|http://braunbaer.kr8.de/pma]]
+
* Aufruf: [http://braunbaer.kr8.de/pma]
  
 
== Konfiguration ==
 
== Konfiguration ==

Revision as of 00:31, 10 June 2007

PhpMyAdmin

Eine in PHP realisiertes DatenbankFrontend als WebApplication zur Verwaltung von MySQL-Datenbanken über das Web.
Vorteile:

  • Mit einfachsten Mitteln (PHP, WebBrowser, Web-Server) kann die Administration einer MySQL-Datenbank so erfolgen
  • Installation ist auch auf Web-Servern bei einem WebHosting-Provider möglich. So kann über das Internet eine remote Administration erfolgen, auch wenn der MySQL-Server beim Provider keine Remote-Zugriffe erlaubt.

Installation

  • Definitive Software Library ID: phpMyAdmin
  • Name: phpMyAdmin
  • Version: 2.6.0-pl3 (as of Dec 26, 2004)
  • Hersteller/Bezugsquelle: Sourceforge http://sourceforge.net/projects/phpmyadmin/
  • Installation auf: ComputerBraunbaer, ComputerLonzo, Westhost
  • Installations-Ordner: e:\var\www\htdocs\pma (ComputerBraunbaer)
  • Konfigurations-Dateien: config.inc.php (Name des Install(Name des Installationsordners, Datenbank-Password,...)
  • Systemvoraussetzungen: PHP, Apache, MySQL
  • Aufruf: [1]

Konfiguration

  • Datenbank-User "pmauser" angelegt mit "OLD_PASSWORD".
  • Datenbank-User in config.ic.php eingetragen.


-- Main.DietrichKracht - 04 Jul 2004