phpMyAdmin 歷史舊版本 Page19

最新版本 phpMyAdmin 5.2.1

phpMyAdmin 歷史版本列表

phpMyAdmin 是一個用 PHP 編寫的免費軟件工具,旨在通過 Web 處理 MySQL 的管理。 phpMyAdmin 支持 MySQL,MariaDB 和 Drizzle 上的各種操作。經常使用的操作(管理數據庫,表,列,關係,索引,用戶,權限等等)可以通過用戶界面執行,而您仍然可以直接執行任何 SQL 語句。phpMyAdmin 功能:直觀的 Web 界面支持大多數 MySQL 功能:... phpMyAdmin 軟體介紹


phpMyAdmin 3.5.2 查看版本資訊

更新時間:2012-07-08
更新細節:

What's new in this version:

- [interface] JS error when editing index
- [core] Call to undefined function __()
- [edit] NOW() function incorrectly selected
- [GUI] Invalid HTML code on transformation_overview.php
- [browse] Missing validation in Ajax mode
- Fix popup message on build SQL of import
- [core] Make X-WebKit-CSP work better
- replace Highcharts with jqplot for query profiling, zoom search
- [interface] No form validation in change password dialog
- [interface] Broken password validation in copy user form
- [unterface] Add user form prints JSON when user presses enter
- [config] duplicate line in config.sample.inc.php
- [interface] Grid editing incorrectly parses ENUM/SET values
- [core] More clever URL rewriting with ForceSSL

phpMyAdmin 3.5.1 查看版本資訊

更新時間:2012-05-05
更新細節:

What's new in this version:

- [edit] Limit clause ignored when sort order is remembered
- [interface] View name not seen in navi panel (MySQL 5.1)
- [display] Right frame reloads after displaying SQL result(zero rows)
- [interface] Fixed missing Codemirror for inline query edit when exporting a result set
- [auth] Multiple Navigation panels bug still present
- [users] Error in create user + underscore + create database
- [display] Profiling chart shows wrong data
- [auth] JS includes missing in auth config error page
- [display] Missing image extension
- [display] Added missing icons in original theme
- [edit] Query error after search
- [display] Chart title is getting wrong within chart export
- [interface] Header links except 'More' hide after closing dialog
- [interface] "More" actions in table structure
- [privileges] PMA_sqlAddSlashes() does not quote the table names correctly
- [designer] Error messages do not appear in the Designer
- [interface] Suhosin patch warning incorrectly displayed
- [interface] Server status page: Incorrect dialog box titles
- [structure] DROP does not work on defective VIEWs

phpMyAdmin 3.4.11 查看版本資訊

更新時間:2012-04-14
更新細節:

phpMyAdmin 3.5.0 查看版本資訊

更新時間:2012-04-09
更新細節:

What's new in this version:

New features:
- browse-mode improvements
- grid editing
- remember recent tables
- remember last sort order by table
- flexible column width
- reorder columns
- more compact navigation bar
- AJAXification of many operations
- reorganised server status page, with server monitoring
- improved support for stored routines, events and triggers
- openGIS support
- zoom-search in table search
- Drizzle support
- improved ENUM/SET editor

phpMyAdmin 3.4.10.2 查看版本資訊

更新時間:2012-03-30
更新細節:

What's new in this version:

- [security] Fixed local path disclosure vulnerability

phpMyAdmin 3.4.10.1 查看版本資訊

更新時間:2012-02-20
更新細節:

What's new in this version:

- [security] XSS in replication setup.

phpMyAdmin 3.4.10 查看版本資訊

更新時間:2012-02-15
更新細節:

What's new in this version:

- [interface] TextareaAutoSelect feature broken
- [export] PHP Array export might generate invalid php code
- [import] Import from ODS ignores cell that is the same as cell before
- [display] SELECT DISTINCT displays wrong total records found
- [operations] copy table data missing SET SQL_MODE='NO_AUTO_VALUE_ON_ZERO'
- [edit] Setting data to NULL and drop-downs
- [edit] Missing set fields and values in generated INSERT query
- [libraries] license issue with TCPDF (updated to 5.9.145)

phpMyAdmin 3.4.9 查看版本資訊

更新時間:2011-12-22
更新細節:

What's new in this version:

- [edit] Inline editing enum fields with null shows no dropdown
- [interface] DB suggestion not correct for user with underscore
- [core] Magic quotes removed in PHP 5.4
- [session] No feedback when result is empty (signon auth_type)
- [display] Problems regarding ShowTooltipAliasTB
- [edit] Can't rename a database that contains views
- [edit] Unable to move tables with triggers
- [navi] Fast filter broken with table tree
- [GUI] Firefox favicon frameset regression
- [core] Better compatibility with mysql extension
- [security] Self-XSS on export options (export server/database/table)
- [security] Self-XSS in setup (host parameter)

phpMyAdmin 3.4.8 查看版本資訊

更新時間:2011-12-02
更新細節:

What's new in this version:

- [interface] enum data split at space char (more space to edit)
- [interface] ENUM/SET editor can't handle commas in values
- [interface] no links to browse/empty views and tables
- [interface] Deleted search results remain visible
- [import] ODS import ignores memory limits
- [interface] Visual column separation
- [parser] TRUE not recognized by parser
- [config] Make location of php-gettext configurable
- [import] Handle conflicts in some open_basedir situations
- [display] Dropdown results - setting NULL does not work
- [edit] Inline edit on multi-server configuration
- [core] Notice: Array to string conversion in PHP 5.4
- [interface] When ShowTooltipAliasTB is true, VIEW is wrongly shown as the view name in main panel db Structure page
- [core] Fail to synchronize column with name of keyword
- [interface] Add column after drop
- [interface] Avoid showing the password in phpinfo()'s output
- [GUI] 'newer version of phpMyAdmin' message not shown in IE8
- [interface] Entering the key through a lookup window does not reset NULL
- [security] Self-XSS on database names (Synchronize)
- [security] Self-XSS on database names (Operations/rename)
- [security] Self-XSS on column type (Create index)
- [security] Self-XSS on column type (table Search)
- [security] Self-XSS on invalid query (table overview)

phpMyAdmin 3.4.7.1 查看版本資訊

更新時間:2011-11-11
更新細節:

What's new in this version:

- [security] Fixed possible local file inclusion in XML import.