发布于 2015-04-01 23:57:56 | 162 次阅读 | 评论: 0 | 来源: 网友投递
phpMyAdmin MySQL数据库管理工具
phpMyAdmin 是一个以PHP为基础,以Web-Base方式架构在网站主机上的MySQL的数据库管理工具,让管理者可用Web接口管理MySQL数据库。借由此Web接口可以成为一个简易方式输入繁杂SQL语法的较佳途径,尤其要处理大量资料的汇入及汇出更为方便。
PhpMyAdmin 4.4.0 版本发布,此版本具体更新信息如下:
Rename configuration directive from $cfg['NavigationTreeDisableDatabaseExpansion']
to $cfg['NavigationTreeEnableExpansion'] -- if used, please update your config.inc.php
Move the SQL scripts to create phpMyAdmin configuration storage from 'examples' to 'sql' directory
Upgrade Recaptcha to version 2 of the API
Added support for the SSL GRANT option
Improvements to the table structure and tracking pages
Improvements to the console feature
Improvements to the ZeroConf feature
下载地址如下:
http://sourceforge.net/projects/phpmyadmin/files/latest/download?source=navbar
详细信息请查阅发行说明。
phpMyAdmin 是一个以PHP为基础,以Web-Base方式架构在网站主机上的MySQL的数据库管理工具,让管理者可用Web接口管理MySQL数据库。借由此Web接口可以成为一个简易方式输入繁杂SQL语法的较佳途径,尤其要处理大量资料的汇入及汇出更为方便。