Difference between revisions of "PHPMyAdmin"

From SME Server
Jump to navigationJump to search
(→‎Description: Added description from website)
Line 5: Line 5:
  
 
=== Description ===
 
=== Description ===
 +
PHPMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web.
 +
<br>
 +
Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, manage privileges,export data into various formats.
 +
 
This contrib provides PHPMyAdmin for SME Server.
 
This contrib provides PHPMyAdmin for SME Server.
  

Revision as of 13:45, 16 April 2007

PHPMyAdmin for SME Server

Maintainer

Darell May

Description

PHPMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web.
Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, manage privileges,export data into various formats.

This contrib provides PHPMyAdmin for SME Server.

Installation

This contrib can be found in the Darrell's contrib directory . To install this contrib you will have to get shell access as root user, download the contrib and issue the following command:

yum localinstall /path/to/smeserver-phpmyadmin.rpm

Additional information

More information about PhpMyAdmin can be found on the PHPMyAdmin site.