Difference between revisions of "PhpMyAdmin"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
(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: | + | (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
- PhpMyAdmin @ Wikipedia