phpMyAdmin
phpMyAdmin ist ein auf php-basierendes Verwaltungstools für Mysql.
Insbesondere die grafische Bearbeitung von Datenbanken sowie ein einfacher Im- und Export machen das Programm unverzichtbar.
Konfiguration
Die lokale Konfiguration befindet sich in der Datei config.inc.php
.
phpmyadmin innerhalb von frames
Wenn phpmyadmin innerhalb von frames eingebunden werden darf:
// Allow phpmyadmin to be loaded in a frame on a 3rd-party site: $cfg['AllowThirdPartyFraming'] = 'true';