Difference between revisions of "PhpMyAdmin"
From Dietrich Blog (Strato)
(→Installation) |
|||
Line 11: | Line 11: | ||
* Hersteller/Bezugsquelle: Sourceforge http://sourceforge.net/projects/phpmyadmin/ | * Hersteller/Bezugsquelle: Sourceforge http://sourceforge.net/projects/phpmyadmin/ | ||
* Installation auf: [[ComputerBraunbaer]], [[ComputerLonzo]], Westhost | * Installation auf: [[ComputerBraunbaer]], [[ComputerLonzo]], Westhost | ||
− | * Installations-Ordner: e:\var\www\htdocs\pma (ComputerBraunbaer) | + | * Installations-Ordner: e:\var\www\htdocs\pma ([[ComputerBraunbaer]]) |
− | * Konfigurations-Dateien: config.inc.php | + | * Konfigurations-Dateien: config.inc.php (Name des Installationsordners, Datenbank-Password,...) |
* Systemvoraussetzungen: [[PHP]], [[Apache]], [[MySQL]] | * Systemvoraussetzungen: [[PHP]], [[Apache]], [[MySQL]] | ||
* Aufruf: [http://braunbaer.kr8.de/pma braunbaer.kr8.de] | * Aufruf: [http://braunbaer.kr8.de/pma braunbaer.kr8.de] |
Revision as of 23:34, 9 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 Installationsordners, Datenbank-Password,...)
- Systemvoraussetzungen: PHP, Apache, MySQL
- Aufruf: braunbaer.kr8.de
Konfiguration
- Datenbank-User "pmauser" angelegt mit "OLD_PASSWORD".
- Datenbank-User in config.ic.php eingetragen.
-- Main.DietrichKracht - 04 Jul 2004