数据管理

关注公众号 jb51net

关闭
phpminiadmin 中文美化版 轻量级替代phpMyAdmin的工具

phpminiadmin 中文美化版 轻量级替代phpMyAdmin的工具

热门排行

简介

phpMiniAdmin是一个PHP编写的轻量级MySQL数据库管理工具,功能类似于phpMyAdmin,支持数据库的导入导出和执行SQL语句等常见功能,开发者的初衷是可以用它替换笨重的phpMyAdmin,因为phpMiniAdmin是一个只有30K大小的一个单文件,在需要快速的访问MySQL数据库时无需安装臃肿的phpMyAdmin,有需要的朋友可以试下,这个版本汉化了大部分的资源,有些中文无法准确的描述的地方(或者朽木功力不够),为了避免理解错误没有汉化,添加了少量代码美化了一下界面,看起来好多了,呵呵。

phpminiadmin - extremely lightweight alternative to heavy phpMyAdmin for quick and easy access MySQL databases.

phpminiadmin - 非常轻量级,用于替代笨重的phpMyAdmin来快速方便地访问MySQL数据库。

而不是安装庞大的phpMyAdmin(11Mb的),并试图找出如何使用它的所有功能,
只要上传一个30KB的文件,就可以用!

then access it via the browser (ex. //yoursite.com/phpminiadmin.php)
script will ask you for DB login/pwd
after successfull db login you will see area where you able to enter any SQL commands (select, update, insert, etc.)
even if you don't know SQL it's still easy to:

browse tables and see all the data
manage tables in DB
export and import data to .sql and CSV using 'quick links' on the top bar (see screenshots)
see what databases you have permission with
check server status and statistics
ability to do CRUD (i.e. insert, select, update, delete)
and launch any SQL supported by any version of MySQL

大家还下载了