PhpMyAdmin: Difference between revisions From Online Manual

Jump to: navigation, search
(Created page with "== What is phpMyAdmin? == PhpMyAdmin is a database administration tool written i PHP. It can be used for easy administration of several MYSQL databases. == Features ...")
 
m (Added to FAQ category)
 
(6 intermediate revisions by 4 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 i [[PHP]]. It can be used for easy administration of several [[MYSQL]] databases.


== Features of phpMyAdmin ==  
== Features of phpMyAdmin ==  


* Drop, create, browse and modify databases.  
* Create, drop, browse and modify databases.  


* Maintenance databases.  
* Perform maintenance on databases.  


* Run query operations, drop, create, update, check, repair tables and more.
* Run query operations, drop, create, update, check, repair tables and more.
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: