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.
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.
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.
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.
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 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. According to Mike Zinner, MySQL Workbench …
[Read more]
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 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. According to Mike Zinner, MySQL Workbench …
[Read more]
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 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. According to Mike Zinner, MySQL Workbench …
[Read more]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 Fedora calls it. You can fix this (easy), or “cheat” - in /usr/local/include you can do sudo ln -s …
[Read more]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:
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 segmentation fault. Segfaults are annoying… so the best way to debug it, is of course to run catchsegv. …
[Read more]