Home |  MySQL Buzz |  FAQ |  Feeds |  Submit your blog feed |  Feedback |  Archive |  Aggregate feed RSS 2.0 English Deutsch Español Français Italiano 日本語 Русский Português 中文
Previous 30 Newer Entries Showing entries 31 to 49

Displaying posts with tag: Workbench (reset)

Free and easy schema diff and patch
+6 Vote Up -2Vote Down

The easiest way to see the differences between two schemas on a non-Windows machine is to run:

mysqldump -h server1 --no-data --all-databases > file1.sql
mysqldump -h server2 --no-data --all-databases > file2.sql
diff file1.sql file2.sql

However, this will show also trivial differences, such as the value of AUTO_INCREMENT. It also does not give you a way to patch one schema to be like another.

We frequently are asked to “do a schema diff and create a script that will ‘patch’ one server.” Usually this is done to take a development or test schema and move it to production for a release.

We like to use the best tool for the job, and while diff is good, I like to use MySQL workbench. The OSS (Community) edition provides



  [Read more...]
Workbench 5.2 Alpha
Employee +0 Vote Up -1Vote Down

In case you have not already noticed, Workbench 5.2 alpha / preview release of MySQL's premier development and design tool, has been announced.

For an independent preview, you can also see here

Workbench 5.2 Alpha
Employee +0 Vote Up -0Vote Down

In case you have not already noticed, Workbench 5.2 alpha / preview release of MySQL's premier development and design tool, has been announced.

For an independent preview, you can also see here

Workbench 5.2 Alpha
Employee +0 Vote Up -0Vote Down

In case you have not already noticed, Workbench 5.2 alpha / preview release of MySQL's premier development and design tool, has been announced.

For an independent preview, you can also see here

Workbench Rocking
Employee +1 Vote Up -0Vote Down

Mike Hillyer talks about MySQL Workbench. Very nice workshop! (Hillyer will make slides and screen recording of his talk available.)

This is a great platform-native application. All presentation code is written for each specific platform. It is the second most-popular download and the second most purchased product in the MySQL online shop.  There's a community edition and there's a standard edition of the Workbench. People in the workshop got a 1 year subscription to the commercial, standard edition.

I'm sitting in the room here in MySQL Conference. I'm running a WB 5.1 edition I've built on my MacBook Pro laptop.

Workbench Rocking
Employee +0 Vote Up -0Vote Down

Mike Hillyer talks about MySQL Workbench. Very nice workshop! (Hillyer will make slides and screen recording of his talk available.)

This is a great platform-native application. All presentation code is written for each specific platform. It is the second most-popular download and the second most purchased product in the MySQL online shop.  There's a community edition and there's a standard edition of the Workbench. People in the workshop got a 1 year subscription to the commercial, standard edition.

I'm sitting in the room here in MySQL Conference. I'm running a WB 5.1 edition I've built on my MacBook Pro laptop.

Workbench Rocking
Employee +0 Vote Up -0Vote Down

Mike Hillyer talks about MySQL Workbench. Very nice workshop! (Hillyer will make slides and screen recording of his talk available.)

This is a great platform-native application. All presentation code is written for each specific platform. It is the second most-popular download and the second most purchased product in the MySQL online shop.  There's a community edition and there's a standard edition of the Workbench. People in the workshop got a 1 year subscription to the commercial, standard edition.

I'm sitting in the room here in MySQL Conference. I'm running a WB 5.1 edition I've built on my MacBook Pro laptop.

Double Free
Employee +0 Vote Up -0Vote Down

MySQL Workbench has already received some great accolades this year and there is more to come!

Now, those attending the MySQL Users Conference will have a chance to become a MySQL schema design expert.

The Conference (http://www.mysql.com/news-and-events/users-conference/" target="_blank) will include a free MySQL Workbench workshop called “Introduction to Data Modeling with MySQL Workbench” on Thursday (April 23, 2009) 3 - 4:30 PM in the Santa Clara Ballroom.


  [Read more...]
Double Free
Employee +0 Vote Up -0Vote Down

MySQL Workbench has already received some great accolades this year and there is more to come!

Now, those attending the MySQL Users Conference will have a chance to become a MySQL schema design expert.

The Conference (http://www.mysql.com/news-and-events/users-conference/" target="_blank) will include a free MySQL Workbench workshop called “Introduction to Data Modeling with MySQL Workbench” on Thursday (April 23, 2009) 3 - 4:30 PM in the Santa Clara


  [Read more...]
Double Free
Employee +0 Vote Up -0Vote Down

MySQL Workbench has already received some great accolades this year and there is more to come!

Now, those attending the MySQL Users Conference will have a chance to become a MySQL schema design expert.

The Conference (http://www.mysql.com/news-and-events/users-conference/" target="_blank) will include a free MySQL Workbench workshop called “Introduction to Data Modeling with MySQL Workbench” on Thursday (April 23, 2009) 3 - 4:30 PM in the Santa Clara


  [Read more...]
workbench-5.1.1-alpha on Fedora 9
+0 Vote Up -0Vote Down

So, you want to compile Workbench for Linux, on Fedora 9. You need to install the following packages:


autoconf automake libtool libzip-devel libxml2-devel libsigc++20-devel libglade2-devel gtkmm24-devel mesa-libGLU-devel mysql-libs mysql mysql-devel uuid-devel lua-devel glitz-devel glitz-glx-devel pixman-devel pcre-devel libgnome-devel gtk+-devel pango-devel cairo

I feel I’m being too liberal with dependencies, but I’m not about to strip it, I just want to get it working first :)

You need to have ctemplate and ctemplate-devel installed from updates-testing-newkey (relevant koji build log).

By default, configure.in in Workbench looks for “google-ctemplate”, as opposed to just “ctemplate” as



  [Read more...]
Workbench on Linux
+0 Vote Up -0Vote Down

I had the pleasure of sitting right across the MySQL GUI Tools Team, and decided to try my hand at Workbench (Workbench for Linux, that is). Congratulations to the entire team for the great work! I am excited.

First up, the things you need on Ubuntu 8.04 (I created a fresh install, and installed all the updates), if you’re downloading the binary:

  • liblua5.1-0
  • libglitz1
  • libzip1
  • libmysqlclient15off
  • mysql-common
  • libglitz-glx1



Workbench on Linux

It works. It starts up. Its exciting. Of course, when I try to edit a table name or even create a table, it fails by




  [Read more...]
Webinar: Introducing MySQL Workbench
+0 Vote Up -0Vote Down

September 16, 10:00 am PST, 1:00 pm EST, 18:00 GMT



I'm proud to inform you that I will be hosting a MySQL Workbench Webinar, September 16. You can find the announcement right here (http://www.mysql.com/news-and-events/web-seminars/display-196.html" target="_wb).

I have spent quite a deal of time testing MySQL Workbench. Thanks to the hard work of the MySQL Developer Tools Team, the tool just becomes better and better each new build. Personally, I think it is high time to present its features and benefits in a web seminar, and when Giuseppe asked me to do it, I was more than happy to oblige.





  [Read more...]
MySQL Workbench Italian Webinar, On-Demand!
+0 Vote Up -0Vote Down

Finally the on-demand version of the web based seminar is online. You can find recording here  (http://www-it.mysql.com/news-and-events/on-demand-webinars/display-od-156.html%20)and you can also download presentation slides.

Please note that due to a technical problem in the time span  11:10 - 13:20 slides are not visible, but audio is good. Sorry for the inconvenience and thanks to everyone who attended!

MySQL Workbench Italian Webinar, On-Demand!
+0 Vote Up -0Vote Down

Finally the on-demand version of the web based seminar is online. You can find recording here  (http://www-it.mysql.com/news-and-events/on-demand-webinars/display-od-156.html%20)and you can also download presentation slides.

Please note that due to a technical problem in the time span  11:10 - 13:20 slides are not visible, but audio is good. Sorry for the inconvenience and thanks to everyone who attended!

MySQL Workbench Italian Webinar, On-Demand!
+0 Vote Up -0Vote Down

Finally the on-demand version of the web based seminar is online. You can find recording here  (http://www-it.mysql.com/news-and-events/on-demand-webinars/display-od-156.html%20)and you can also download presentation slides.

Please note that due to a technical problem in the time span  11:10 - 13:20 slides are not visible, but audio is good. Sorry for the inconvenience and thanks to everyone who attended!

MySQL Workbench Italian Webinar
+0 Vote Up -0Vote Down

On Thursday, July 17 there will be a web based seminar on MySQL Workbench.

Seminar will be in Italian and anyone who is interested is invited to join us. You can find details here.

If you are a database architect and you usually work with data models this tool is going to make your life easier and you will learn some interesting features. In the meantime, to better understand the product, take have a look at http://dev.mysql.com/workbench/, where you can download a copy of the community version, read blogs, contribute, discuss and learn.

Happy data-modeling!






  [Read more...]
MySQL Workbench progress update on Linux port
Employee_Team +0 Vote Up -0Vote Down

As you probably know, or at least heard, we are currently porting Workbench to Linux. Generally speaking the porting process is split in several stages. The first one is to compile non-GUI Back-End which represents about 80% of the total application code. The next stage is to ensure that unit-tests are run correctly for the ported stuff. The third is to create user interface and to bind it to the back-end/core. After that we will have alpha version of Workbench for Linux.
Regarding tests, actually a portion of unit-tests are already passed. These are 121 of 122 going well. At the moment we are working on non-GUI back-end, and core part is compiled and run, so now the modules and plugins are in progress. I must admit that process of porting is pretty smooth, most of the code has already been prepared with Linux/OS X ports in mind. I will be posting our progress on the porting efforts frequently, please keep checking our blog.

Designing databases with MySQL Workbench
Employee +0 Vote Up -0Vote Down

A week ago, Mike Zinner and his team released the beta version of MySQL Workbench on http://dev.mysql.com/workbench/. MySQL Workbench is a visual database design tool that is developed by MySQL. It is the successor application of the DBDesigner4 project.

There are two different editions of MySQL Workbench at this point in time - an open source edition and a standard edition that is only available for paying customers.

This means that MySQL Workbench introduces a new concept for MySQL. Until now, MySQL products have either been open source or only available through a commercial subscription (such as MySQL Enterprise Monitor

  [Read more...]
Previous 30 Newer Entries Showing entries 31 to 49

Planet MySQL © 1995, 2013, Oracle Corporation and/or its affiliates   Legal Policies | Your Privacy Rights | Terms of Use

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.