phpMyAdmin 是一个以PHP为基础,以Web-Base方式架构在网站主机上的MySQL的资料库管理工具。
可以管理整个MySQL服务器(需要超级用户),也可以管理单个数据库。为了实现后一种,你将需要合理设置MySQL用户,他只能对允许的数据库进行读/写。那要等到你看过MySQL手册中相关的部分。
下载:phpMyAdmin 3.1.0 Beta 1
Requirements for 3.1.x:
PHP 5.2+, MySQL 5.0+; refer to Documentation.html for required PHP extensions
Improvements for 3.1.0:
+ [auth] Support for Swekey hardware authentication + BLOBstreaming support + new setup script + patch #2067462 [lang] link FAQ references in messages + [auth] cookie auth now autogenerates blowfish_secret, but it has some limitations and you still should set it in config file + [auth] cookie authentication is now the default + [auth] do not allow root user without password unless explicitly enabled by AllowNoPasswordRoot + rfe #1892243 [export] more links to documentation + rfe #1778908 [auth] arbitrary server auth can now also accept port + rfe #1612724 [export] add option to export without comments + rfe #1276463 [search] Search empty/not empty values + rfe #823652 [structure] ENUM values: field size too small
Fixes for 3.1.0:
- bug #2046883 [core] Notices about deprecated dl() (so stop using it) - patch #2089240 [export] handle correctly switching SQL modes - bug #2090002 [display] Cannot edit row in VIEW - patch #2099962 [js] fix js error without frameset - patch #2099972 [structure] Display None when there is no default value - patch #2122883 [PDF schema] Option to display just the keys - [lang] Persian update - [lang] Czech update
|