MySQL 管理工具--phpMyAdmin 4.5.3 发布
发布日期:2016-4-28 14:4:9
一、phpMyAdmin 4.5.3
MySQL的 管理工具--phpMyAdmin 4.5.3 版本正式发布,主要更新如下:
- Improvements to the Console feature
- Include structure in PDF export
- Validate data before import
- Support CHECKSUM TABLE operation
- Improved operations regarding partitions
- Alter privileges when renaming or copying a database or table
- Several improvements related to speed and responsiveness
- Improved print view
- Use CTRL or ALT plus arrow keys to navigate in grid editor
- Use plain-English destinations for $cfg['NavigationTreeDefaultTabTable'], $cfg['DefaultTabServer'], $cfg['DefaultTabDatabase'], and $cfg['DefaultTabTable']. The old style values will still work, but this makes it easier for new users to easily understand the destination links.
- Integrate SQL debugging into Console
- Restore row editing when no unique/primary key exists
- Allow exporting one file per table and one file per database
- Improvements to using multiple servers with the auth_type cookie
- Support virtual columns (MySQL 5.7.5+)
- Add or improve support for several MariaDB features including process list and virtual/persistent columns
- Improved handling of cached data when upgrading phpMyAdmin
- Add SHA256 security password support
二、详细内容网址
https://www.phpmyadmin.net/files/4.5.3/
三、下载网址
- phpMyAdmin-4.5.3-all-languages.7z
- phpMyAdmin-4.5.3-all-languages.tar.bz2
- phpMyAdmin-4.5.3-all-languages.tar.gz
- phpMyAdmin-4.5.3-all-languages.tar.xz
- phpMyAdmin-4.5.3-all-languages.zip
- phpMyAdmin-4.5.3-english.7z
- phpMyAdmin-4.5.3-english.tar.bz
- phpMyAdmin-4.5.3-english.tar.gz
- phpMyAdmin-4.5.3-english.tar.xz
- phpMyAdmin-4.5.3-english.zip
phpMyAdmin是基于web的MySQL数据库管理工具。它能够创建与删除数据库,创建/编辑/删除/修改表格,删除/新增字段,执行SQL脚本等。如图1所示:
图1
四、相关链接
- phpMyAdmin 的详细介绍:http://www.oschina.net/p/phpmyadmin
- phpMyAdmin 的下载地址:https://www.phpmyadmin.net/downloads/