Difference between revisions of "PhpMyAdmin"
From Dietrich Blog (Strato)
(→Installation) |
|||
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 Installationsordners, Datenbank-Password,...) | * Konfigurations-Dateien: config.inc.php (Name des Installationsordners, Datenbank-Password,...) | ||
+ | ** Windows: Im DocumentRoot | ||
+ | ** [[Ubuntu]]: In /etc/phpmyadmin | ||
* Systemvoraussetzungen: [[PHP]], [[Apache]], [[MySQL]] | * Systemvoraussetzungen: [[PHP]], [[Apache]], [[MySQL]] | ||
* Aufruf: | * Aufruf: | ||
Line 18: | Line 20: | ||
** Lonzo: | ** Lonzo: | ||
** Westhost: [http://kr8.de/pma/index.php kr8.de/pma/index.php] | ** Westhost: [http://kr8.de/pma/index.php kr8.de/pma/index.php] | ||
+ | ** Braunbaer Ubuntu: http://localhost/phpmyadmin | ||
== Konfiguration == | == Konfiguration == |
Revision as of 10:04, 19 August 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,...)
- Windows: Im DocumentRoot
- Ubuntu: In /etc/phpmyadmin
- Systemvoraussetzungen: PHP, Apache, MySQL
- Aufruf:
- Braunbaer: braunbaer.kr8.de/pma
- Lonzo:
- Westhost: kr8.de/pma/index.php
- Braunbaer Ubuntu: http://localhost/phpmyadmin
Konfiguration
- Datenbank-User "pmauser" angelegt mit "OLD_PASSWORD".
- Datenbank-User in config.ic.php eingetragen.
-- Main.DietrichKracht - 04 Jul 2004