热门标签 | 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

推荐阅读
  • 在说Hibernate映射前,我们先来了解下对象关系映射ORM。ORM的实现思想就是将关系数据库中表的数据映射成对象,以对象的形式展现。这样开发人员就可以把对数据库的操作转化为对 ... [详细]
  • 如何实现织梦DedeCms全站伪静态
    本文介绍了如何通过修改织梦DedeCms源代码来实现全站伪静态,以提高管理和SEO效果。全站伪静态可以避免重复URL的问题,同时通过使用mod_rewrite伪静态模块和.htaccess正则表达式,可以更好地适应搜索引擎的需求。文章还提到了一些相关的技术和工具,如Ubuntu、qt编程、tomcat端口、爬虫、php request根目录等。 ... [详细]
  • 本文介绍了lua语言中闭包的特性及其在模式匹配、日期处理、编译和模块化等方面的应用。lua中的闭包是严格遵循词法定界的第一类值,函数可以作为变量自由传递,也可以作为参数传递给其他函数。这些特性使得lua语言具有极大的灵活性,为程序开发带来了便利。 ... [详细]
  • 本文介绍了在开发Android新闻App时,搭建本地服务器的步骤。通过使用XAMPP软件,可以一键式搭建起开发环境,包括Apache、MySQL、PHP、PERL。在本地服务器上新建数据库和表,并设置相应的属性。最后,给出了创建new表的SQL语句。这个教程适合初学者参考。 ... [详细]
  • 搭建Windows Server 2012 R2 IIS8.5+PHP(FastCGI)+MySQL环境的详细步骤
    本文详细介绍了搭建Windows Server 2012 R2 IIS8.5+PHP(FastCGI)+MySQL环境的步骤,包括环境说明、相关软件下载的地址以及所需的插件下载地址。 ... [详细]
  • 本文讨论了Alink回归预测的不完善问题,指出目前主要针对Python做案例,对其他语言支持不足。同时介绍了pom.xml文件的基本结构和使用方法,以及Maven的相关知识。最后,对Alink回归预测的未来发展提出了期待。 ... [详细]
  • 本文介绍了在SpringBoot中集成thymeleaf前端模版的配置步骤,包括在application.properties配置文件中添加thymeleaf的配置信息,引入thymeleaf的jar包,以及创建PageController并添加index方法。 ... [详细]
  • 知识图谱——机器大脑中的知识库
    本文介绍了知识图谱在机器大脑中的应用,以及搜索引擎在知识图谱方面的发展。以谷歌知识图谱为例,说明了知识图谱的智能化特点。通过搜索引擎用户可以获取更加智能化的答案,如搜索关键词"Marie Curie",会得到居里夫人的详细信息以及与之相关的历史人物。知识图谱的出现引起了搜索引擎行业的变革,不仅美国的微软必应,中国的百度、搜狗等搜索引擎公司也纷纷推出了自己的知识图谱。 ... [详细]
  • 本文内容为asp.net微信公众平台开发的目录汇总,包括数据库设计、多层架构框架搭建和入口实现、微信消息封装及反射赋值、关注事件、用户记录、回复文本消息、图文消息、服务搭建(接入)、自定义菜单等。同时提供了示例代码和相关的后台管理功能。内容涵盖了多个方面,适合综合运用。 ... [详细]
  • 微软头条实习生分享深度学习自学指南
    本文介绍了一位微软头条实习生自学深度学习的经验分享,包括学习资源推荐、重要基础知识的学习要点等。作者强调了学好Python和数学基础的重要性,并提供了一些建议。 ... [详细]
  • 2018年人工智能大数据的爆发,学Java还是Python?
    本文介绍了2018年人工智能大数据的爆发以及学习Java和Python的相关知识。在人工智能和大数据时代,Java和Python这两门编程语言都很优秀且火爆。选择学习哪门语言要根据个人兴趣爱好来决定。Python是一门拥有简洁语法的高级编程语言,容易上手。其特色之一是强制使用空白符作为语句缩进,使得新手可以快速上手。目前,Python在人工智能领域有着广泛的应用。如果对Java、Python或大数据感兴趣,欢迎加入qq群458345782。 ... [详细]
  • GetWindowLong函数
    今天在看一个代码里头写了GetWindowLong(hwnd,0),我当时就有点费解,靠,上网搜索函数原型说明,死活找不到第 ... [详细]
  • Java实战之电影在线观看系统的实现
    本文介绍了Java实战之电影在线观看系统的实现过程。首先对项目进行了简述,然后展示了系统的效果图。接着介绍了系统的核心代码,包括后台用户管理控制器、电影管理控制器和前台电影控制器。最后对项目的环境配置和使用的技术进行了说明,包括JSP、Spring、SpringMVC、MyBatis、html、css、JavaScript、JQuery、Ajax、layui和maven等。 ... [详细]
  • 本文介绍了如何使用php限制数据库插入的条数并显示每次插入数据库之间的数据数目,以及避免重复提交的方法。同时还介绍了如何限制某一个数据库用户的并发连接数,以及设置数据库的连接数和连接超时时间的方法。最后提供了一些关于浏览器在线用户数和数据库连接数量比例的参考值。 ... [详细]
  • 本文介绍了C#中数据集DataSet对象的使用及相关方法详解,包括DataSet对象的概述、与数据关系对象的互联、Rows集合和Columns集合的组成,以及DataSet对象常用的方法之一——Merge方法的使用。通过本文的阅读,读者可以了解到DataSet对象在C#中的重要性和使用方法。 ... [详细]
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社区 版权所有