mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
d4a8317da5
Currently it can create database, create/drop/alter tables, create/drop/alter stored procedures, functions and triggers, delete/edit/add fields, execute any SQL statement, and manage keys on fields. The main difference between phpMinAdmin and phpMyAdmin is that phpMinAdmin is light-weight. WWW: http://phpminadmin.sourceforge.net PR: ports/126915 Submitted by: Wen Heping <wenheping at gmail.com>
10 lines
387 B
Plaintext
10 lines
387 B
Plaintext
phpMinAdmin is a MySQL management tool written in PHP.
|
|
Currently it can create database, create/drop/alter
|
|
tables, create/drop/alter stored procedures, functions
|
|
and triggers, delete/edit/add fields, execute any SQL
|
|
statement, and manage keys on fields. The main difference
|
|
between phpMinAdmin and phpMyAdmin is that phpMinAdmin
|
|
is light-weight.
|
|
|
|
WWW: http://phpminadmin.sourceforge.net
|