PhpMyAdmin

From LQWiki
Jump to navigation Jump to search

phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the web. Currently it can create, drop, and edit tables, databases, and fields. It can execute any SQL statement and manage keys on fields and privileges. It is capable of importing data and exporting data into various formats and is available in 47 languages.

phpMyAdmin is commonly installed in /usr/share/phpMyAdmin

Configuration starts in /usr/share/phpMyAdmin/config.inc.php

See /etc/httpd/conf.d/phpMyAdmin.conf for configuration of apache for phpMyAdmin


See also

External links