The MySQL Utilities Team is pleased to announce the latest GA
release of MySQL Utilities. This release includes a number of
improvements for usability, stability, and a few enhancements. We
have also included a performance upgrade for exporting,
importing, and copying databases.
Improvements
The following highlights a few of the more significant
improvements.
* mysqldbexport, mysqldbimport, and mysqldbcopy have
multiprocessing support that allows for much improved
performance
* mysqlfrm can now generate a .frm file with storage engine
substitution
* Mac OS X packages added!
* mysqlserverinfo now includes the log files (error, general,
slow)
* mysqlprocgrep can now search and kill processes by id
* mysqlmetagrep can now search the body of routines with the new
--body option
* all utilities report license type with --version and
--help
* all utilities have the new …
So, after installing Workbench 6.0.7 on my pc, and playing around with the MySQL Utilities that are included, I thought I’d do similar to what others have done (Thanks Tony D.) and share my experience on how I’ve used them. If you haven’t installed Workbench before, you might want to check your platform first: http://www.mysql.com/support/supportedplatforms/workbench.html.
So, even if you’re not using any of the recent versions and editions of Workbench (Utilities comes with all of them, Tools menu -> “Start Shell for MySQL Utilities“) you can just download the standalone scripts on a Linux machine. Flexibility being the name of the game again. …
[Read more]So, after installing Workbench 6.0.7 on my pc, and playing around with the MySQL Utilities that are included, I thought I’d do similar to what others have done (Thanks Tony D.) and share my experience on how I’ve used them. If you haven’t installed Workbench before, you might want to check your platform first: http://www.mysql.com/support/supportedplatforms/workbench.html.
So, even if you’re not using any of the recent versions and editions of Workbench (Utilities comes with all of them, Tools menu -> “Start Shell for MySQL Utilities“) you can just download the standalone scripts on a Linux machine. Flexibility being the name of the game again. …
[Read more]This blog talks about MySQL Enterprise Backup integration with Workbench and how the Workbench UI can be used to configure and operate MEB.
The MySQL Utilities Team is pleased to announce the latest GA
release of
MySQL Utilities. This release marks a milestone of concentrated
effort to
expand the use of utilities in more diverse installations through
improved
robustness, error handling, and quality.
Many Improvements
There are number such enhancements in this release. In this post
we will
highlight a few of the more significant improvements.
- (new utility) MySQL .frm Reader (mysqlfrm) - read .frm files and generate CREATE statements with or without a server connection.
- (revised) improved documentation including a section on example administrative tasks - see http://dev.mysql.com/doc/workbench/en/mysql-utilities.html
- MySQL Utilities is packaged for .msi, .rpl, .deb platforms and source .tar/.zip …
New GUI, 30+ New Features, and Major New Components
Oracle is excited to announce the immediate availability of the production-read, GA release of MySQL Workbench 6.0, available for download under the GPL, as well as part of the Commercial MySQL Standard, Enterprise, and Cluster Carrier Grade Editions with 24x7 global support.
The need by database professionals for management tools has increased with expanding data volumes, web, cloud and mobile computing growth. Improvement and additions in MySQL Workbench helps developers and administrators better manage these dynamic data environments. This latest GA release includes many new features and a modernized user interface that allows users to simplify MySQL database development, design and administration.
Overview
The goal of MySQL Workbench 6.0 is to simplify and improve the
workflow in the graphical user interface (GUI) as well as adding
new features and …
The MySQL Developer Tools team is pleased to announce the availability of the first beta release of MySQL Workbench 6.0. MySQL Workbench 6.0 is the new major update of the Development and Administration tool for MySQL. This release includes over 100 bug fixes, 30 new features and a new redesigned UI. As a beta, this release is not suitable for production use. Please test and file your bug reports at http://bugs.mysql.com
As always, MySQL Workbench is natively available on Windows, Mac, Linux.
Improvements in MySQL Workbench 6.0:
- a new redesigned Home screen
- the SQL Editor and Server Administration UIs were merged into a single connection specific interface, allowing for quick access to administration features while simplifying the location of specific features
- improved model Synchronization, lets you compare and update your …
In case you missed it, MySQL Utilities 1.3.0 (alpha) was released last week. MySQL Utilities is a component of MySQL Workbench, but it’s been broken out into a separate download allowing command-line users access unencumbered by a pretty GUI interface. Plus, it has some new features – most importantly to me, a utility (mysqlfrm) which can read .FRM files and produce CREATE TABLE statements as a result. This will be very useful for recovery processes, in conjunction with InnoDB transportable tablespaces in situations where the InnoDB system tablespace is corrupted, and you don’t know the exact table definition.
…
[Read more]
Have you ever wondered what was in those .frm files littered
throughout your data directory? Better still, have you
encountered a situation where your data is either missing (was
deleted) or damaged and all you have is the .frm files but don't
know the structure of the table? Well, wonder no more!
The MySQL Utilities Team is pleased to announce the newest
utility - the .frm reader (mysqlfrm). This utility is designed to
read .frm files and produce a facsimile of the CREATE statement
for the table or view.
That's Impossible! How Can That Work?
It works by making a copy of the .frm file(s) and launching a
new, read-only instance of your existing server. The server need
not be running but you are required to provide an open port for
the new instance with the --port option.
The utility will launch the cloned server without reading your
configuration file (--no-defaults). The utility also makes some …
The MySQL Utilities Team is pleased to announce a major
advancement of MySQL Utilities. It is now available as a separate
download!
That's right. If you want to use MySQL Utilities without
installing MySQL Workbench, you can do that now.
The Utilities release-1.3.0 has been built for Windows Installer,
RPM archive, and .tar/.zip. We have also made downloads for
source only if you want to use Utilities to develop your own
utilities or install the product in custom location. We plan to
add other repositories in the future.
Is that it? Well, not quite. We have also included a new utility
- the .frm Reader. See the blog, "New Utility: .frm Reader" for
more information.
If you'd like to try out the new download, visit the MySQL
Workbench download page:
http://dev.mysql.com/downloads/tools/utilities/ …