2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-05 12:25:27 +01:00

add phpmyadmin

This commit is contained in:
kev
2016-06-03 13:19:58 +08:00
parent 07c4de141c
commit ce9256e0c7
5 changed files with 66 additions and 0 deletions

11
phpmyadmin/README.md Normal file
View File

@@ -0,0 +1,11 @@
phpMyAdmin
==========
[phpMyAdmin][1] is a free software tool written in PHP, intended to handle the
administration of MySQL over the Web. phpMyAdmin supports a wide range of
operations on MySQL and MariaDB. Frequently used operations (managing
databases, tables, columns, relations, indexes, users, permissions, etc) can be
performed via the user interface, while you still have the ability to directly
execute any SQL statement.
[1]: http://www.phpmyadmin.net/