热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

MySQLWorkbench6.1.7GAhasbeenreleased_MySQL

MySQLWorkbench6.1.7GAhasbeenreleased
June 30, 2014 – 10:12 am by MySQL Release Team

Dear MySQL users,

The MySQL Workbench team announces availability of version 6.1.7 of its

flagship product. MySQL Workbench 6.1.7 is a periodic maintenance release

including 17 bug fixes. Additionally, the supported Linux distribution list has been

refreshed. Users of the product are recommended to upgrade to this version.

MySQL Workbench 6.1

With over 30 new features, this version has many significant

enhancements focusing on real-time performance assessment and analysis

from the SQL statement level to server internals and file IO. You can

see this from additions to the SQL Editor as well as new dashboard

visualization and reporting that take advantage of MySQL Server 5.6

and 5.7 Performance Schema, and enhancements to the MySQL Explain Plans.

Additionally Workbench 6.1 is leveraging work from various teammates in

MySQL Engineering by introducing a schema called “SYS” that provides

simplified views on Performance Schema, Information Schema, and other

areas.

Special thanks to the server optimizer team, server runtime team, and Mark

Leith. For Oracle DBAs MySQL SYS is similar to the V$ catalog views, and

MSSQL folks its like DMVs (Dynamic Management Views).

MySQL Workbench 6.1 includes:

* Improved drag and drop support in the Home screen and SQL Editor

* Visual Explain 2. The Visual Explain feature was revamped and is now

easier to read and interpret. You can also get the traditional tabular

explain output from within the same interface.

* Performance Dashboard. A graphical representation of some key statistics

from the server status, gives you a bird’s eye view of the status of key

server subsystems.

* For advanced users, Performance Schema Instrumentation. A GUI for

configuring the Performance Schema in detail, for advanced users.

* Performance Schema based reporting. Gives insight into the operation

of the server through many high-level reports.

* New query result view. Get more information about queries you execute,

such as information about the fields in your result set and key performance

statistics from your query (timing, index usage, number of rows scanned,

joins etc).

* Form Editor for resultsets. In addition to the result grid, you can now

edit records row by row in a form style editor.

* Table Inspector. Similar to the Schema Inspector, view detailed

information from tables. A streamlined interface for creating indexes is

also included.

* Support for the Windows accessibility API and Windows high contrast

color schemes. A new high contrast theme has been introduced.

* And more.

More than 60 enhancement requests and bugs reported by users have also been

addressed, providing performance, usability and stability improvements

across the board.

For the full list of bugs fixed in this revision, visit

http://dev.mysql.com/doc/relnotes/workbench/en/changes-6-1.html

For discussion, join the MySQL Workbench Forums:

http://forums.mysql.com/index.php?151

Download MySQL Workbench 6.1.7 now, for Windows, Mac OS X 10.6+, Oracle

Linux 6, Fedora 20, Ubuntu 12.04 and Ubuntu 14.04 or sources,

from:

http://dev.mysql.com/downloads/tools/workbench/

In Windows, you can also use the integrated MySQL Installer to updateMySQL Workbench and other MySQL products.

Quick links:

-http://mysqlworkbench.org/

- Download:http://dev.mysql.com/downloads/tools/workbench/

- Bugs:http://bugs.mysql.com

- Forums:http://forums.mysql.com/index.php?151

Enjoy!

Changes in MySQL Workbench 6.1.7 (2014-06-27)

Bugs Fixed

* Security Fix: The linked OpenSSL library for MySQL Workbench

Commercial 6.1.7 has been updated from version 1.0.1g to

version 1.0.1h. Versions of OpenSSL prior to and including

1.0.1g are reported to be vulnerable to CVE-2014-0224

(http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-02

24).

This change does not affect the Oracle-produced MySQL

Community build of MySQL Workbench 6.1.7, which uses the yaSSL

library instead. (CVE-2014-0224)

* Under certain conditions (with a subquery), Visual Explain

would fail with the error “error calling Python module

function SQLIDEQueryAnalysis.visualExplain”, even when the

tabular EXPLAIN was properly generated. (Bug #18997475, Bug

#72725)

* The Backup Recovery process could fail and generate an

unhandled exception titled “list indices must be integers, not

NoneType” after clicking Cancel. General improvements were

made to this functionality. (Bug #18925451)

* The Form Editor could generate an “Index was out of range”

error after adding a new record and then clicking Add Record.

(Bug #18891983, Bug #72844)

* The schema selection step of the migration wizard would not

display the complete names of the schemas nor complete the

migration process if the schema name contained a dot. (Bug

#18844624, Bug #72757)

* Sometimes MySQL Workbench would crash when connecting to aremote Linux host using SSH. (Bug #18817608, Bug #72486)

* The Backup Restore action would hang with a MySQL server

running in a MySQL Sandbox environment that used MySQL Sandbox

to start/stop the MySQL server. (Bug #18814560)

* On Ubuntu 14, the dependency check was updated to allow any of

mysql-client, mysql-client-5.6 or mysql-community-client

client libraries. Previously, the dependency check could fail.

(Bug #18841046, Bug #72729)

* With the Move Model tool enabled, dragging a model while

hovering (and pausing) over a table would generate a tooltip

that would not go away. (Bug #18718801, Bug #72555)

* Executing the following steps (in order) would generate an

error: change layer name, change layer color, and then resize

layer. (Bug #18760955, Bug #72647)

* For a new EER diagram, editing a text object after adding a

different text object could cause MySQL Workbench to crash.

A workaround was to close the new diagram and model, and then

reopen the model and diagram. (Bug #18718784, Bug #72559)

* MySQL error code 1698 (ER_ACCESS_DENIED_NO_PASSWORD_ERROR) is

now handled as an authentication error. (Bug #18711142, Bug

#72536)

* After enabling Import from Folder in the Data Import / Restore

wizard for a connection, doing the same for a second

connection would reset (deselect) this option in the first

connection. (Bug #18685308, Bug #72492)

* A new “Override sudo command line” option was added to the

connection manager under the System Profile in the connection

editor for systems other than Windows. It can (optionally)

configure the sudo command line to use on any operation

requiring root access for administration tasks.

If left blank (the default), MySQL Workbench continue to pass

in -S and -p. Otherwise, you can replace the default sudo

command. This should only be defined if the server

configuration requires it. (Bug #18679748)

* For Linux, Ubuntu 14.04 builds now exist. (Bug #18622692, Bug#72388)

* On Mac OS X, pressing Option + Shift with the Arrow buttons

did not function as expected in the SQL editor. This key

combination selects adds a word (string) to the current

selection. (Bug #18385643, Bug #72014)

* When creating a table, the FULLTEXT and SPATIAL index types

were not present in the index type drop-down list when

non-MyISAM tables were selected. (Bug #18376840, Bug #71998)

On behalf of the MySQL Workbench and the MySQL/ORACLE RE Team.Vishal Chaudhary

MySQL Release Team

推荐阅读
  • 本文介绍了Linux系统中正则表达式的基础知识,包括正则表达式的简介、字符分类、普通字符和元字符的区别,以及在学习过程中需要注意的事项。同时提醒读者要注意正则表达式与通配符的区别,并给出了使用正则表达式时的一些建议。本文适合初学者了解Linux系统中的正则表达式,并提供了学习的参考资料。 ... [详细]
  • 学习SLAM的女生,很酷
    本文介绍了学习SLAM的女生的故事,她们选择SLAM作为研究方向,面临各种学习挑战,但坚持不懈,最终获得成功。文章鼓励未来想走科研道路的女生勇敢追求自己的梦想,同时提到了一位正在英国攻读硕士学位的女生与SLAM结缘的经历。 ... [详细]
  • Ubuntu 9.04中安装谷歌Chromium浏览器及使用体验[图文]
    nsitionalENhttp:www.w3.orgTRxhtml1DTDxhtml1-transitional.dtd ... [详细]
  • 腾讯安全平台部招聘安全工程师和数据分析工程师
    腾讯安全平台部正在招聘安全工程师和数据分析工程师。安全工程师负责安全问题和安全事件的跟踪和分析,提供安全测试技术支持;数据分析工程师负责安全产品相关系统数据统计和分析挖掘,通过用户行为数据建模为业务决策提供参考。招聘要求包括熟悉渗透测试和常见安全工具原理,精通Web漏洞,熟练使用多门编程语言等。有相关工作经验和在安全站点发表作品的候选人优先考虑。 ... [详细]
  • 如何实现织梦DedeCms全站伪静态
    本文介绍了如何通过修改织梦DedeCms源代码来实现全站伪静态,以提高管理和SEO效果。全站伪静态可以避免重复URL的问题,同时通过使用mod_rewrite伪静态模块和.htaccess正则表达式,可以更好地适应搜索引擎的需求。文章还提到了一些相关的技术和工具,如Ubuntu、qt编程、tomcat端口、爬虫、php request根目录等。 ... [详细]
  • 安装mysqlclient失败解决办法
    本文介绍了在MAC系统中,使用django使用mysql数据库报错的解决办法。通过源码安装mysqlclient或将mysql_config添加到系统环境变量中,可以解决安装mysqlclient失败的问题。同时,还介绍了查看mysql安装路径和使配置文件生效的方法。 ... [详细]
  • Centos7.6安装Gitlab教程及注意事项
    本文介绍了在Centos7.6系统下安装Gitlab的详细教程,并提供了一些注意事项。教程包括查看系统版本、安装必要的软件包、配置防火墙等步骤。同时,还强调了使用阿里云服务器时的特殊配置需求,以及建议至少4GB的可用RAM来运行GitLab。 ... [详细]
  • 本文介绍了在Linux下安装Perl的步骤,并提供了一个简单的Perl程序示例。同时,还展示了运行该程序的结果。 ... [详细]
  • Webmin远程命令执行漏洞复现及防护方法
    本文介绍了Webmin远程命令执行漏洞CVE-2019-15107的漏洞详情和复现方法,同时提供了防护方法。漏洞存在于Webmin的找回密码页面中,攻击者无需权限即可注入命令并执行任意系统命令。文章还提供了相关参考链接和搭建靶场的步骤。此外,还指出了参考链接中的数据包不准确的问题,并解释了漏洞触发的条件。最后,给出了防护方法以避免受到该漏洞的攻击。 ... [详细]
  • 成功安装Sabayon Linux在thinkpad X60上的经验分享
    本文分享了作者在国庆期间在thinkpad X60上成功安装Sabayon Linux的经验。通过修改CHOST和执行emerge命令,作者顺利完成了安装过程。Sabayon Linux是一个基于Gentoo Linux的发行版,可以将电脑快速转变为一个功能强大的系统。除了作为一个live DVD使用外,Sabayon Linux还可以被安装在硬盘上,方便用户使用。 ... [详细]
  • Ubuntu安装常用软件详细步骤
    目录1.GoogleChrome浏览器2.搜狗拼音输入法3.Pycharm4.Clion5.其他软件1.GoogleChrome浏览器通过直接下载安装GoogleChro ... [详细]
  • 本文介绍了在CentOS上安装Python2.7.2的详细步骤,包括下载、解压、编译和安装等操作。同时提供了一些注意事项,以及测试安装是否成功的方法。 ... [详细]
  • 31.项目部署
    目录1一些概念1.1项目部署1.2WSGI1.3uWSGI1.4Nginx2安装环境与迁移项目2.1项目内容2.2项目配置2.2.1DEBUG2.2.2STAT ... [详细]
  • 分享css中提升优先级属性!important的用法总结
    web前端|css教程css!importantweb前端-css教程本文分享css中提升优先级属性!important的用法总结微信门店展示源码,vscode如何管理站点,ubu ... [详细]
  • 2016 linux发行版排行_灵越7590 安装 linux (manjarognome)
    RT之前做了一次灵越7590黑苹果炒作业的文章,希望能够分享给更多不想折腾的人。kawauso:教你如何给灵越7590黑苹果抄作业​zhuanlan.z ... [详细]
author-avatar
肾虚养生
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有