Difference between revisions of "PhpMyAdmin"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
'''phpMyAdmin''' is a free and open source tool written in [[PHP]] intended to handle the administration of [[MySQL]] using a [[web browser]].
 
'''phpMyAdmin''' is a free and open source tool written in [[PHP]] intended to handle the administration of [[MySQL]] using a [[web browser]].
  
(TO DO: make initial 'p' in title lower-case.)
+
(TO DO: lowercase 'p' in title.)
  
 
== Description ==
 
== Description ==
Line 21: Line 21:
  
 
* [https://en.wikipedia.org/wiki/PhpMyAdmin PhpMyAdmin] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/PhpMyAdmin PhpMyAdmin] @ Wikipedia
 +
 +
[[Category:MySQL]]
 +
[[Category:phpMyAdmin]]
 +
[[Category:Web design and development]]

Latest revision as of 09:30, 21 April 2016

phpMyAdmin is a free and open source tool written in PHP intended to handle the administration of MySQL using a web browser.

(TO DO: lowercase 'p' in title.)

Description

phpMyAdmin has features for:

  • Creating, modifying or deleting databases, tables, fields or rows
  • Executing SQL statements
  • Managing users and permissions

See also

External links