PhpMyAdmin: Difference between revisions From Online Manual

Jump to: navigation, search
m (Added to FAQ category)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== What is phpMyAdmin? ==
PhpMyAdmin is a third-party database administration tool written in PHP. Its web user interface enables the easy administration of one or more MySQL databases.
PhpMyAdmin is a database administration tool written in [[PHP]]. It can be used for easy administration of one or more [[MySQL]] databases, using a web user interface.


== Features of phpMyAdmin ==  
== Features of phpMyAdmin ==  
Line 13: Line 11:
* Manage MySQL users and privileges.   
* Manage MySQL users and privileges.   


* Administering multiple servers.  
* Administer multiple servers.  


The full list of features can be found in the official [http://www.phpmyadmin.net/home_page/docs.php documentation].
The full list of features can be found in the official [http://www.phpmyadmin.net/home_page/docs.php documentation].
[[Category:FAQ]]

Latest revision as of 19:17, 10 December 2016

PhpMyAdmin is a third-party database administration tool written in PHP. Its web user interface enables the easy administration of one or more MySQL databases.

Features of phpMyAdmin

  • Create, drop, browse and modify databases.
  • Perform maintenance on databases.
  • Run query operations, drop, create, update, check, repair tables and more.
  • Manage MySQL users and privileges.
  • Administer multiple servers.

The full list of features can be found in the official documentation.



Advertisement: