<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MySQL Workbench</title>
	<atom:link href="http://wb.mysql.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://wb.mysql.com</link>
	<description>The MySQL Workbench Developer Central Site</description>
	<lastBuildDate>Wed, 18 Nov 2009 19:30:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL Workbench 5.2 Beta Quick-Start Tutorial</title>
		<link>http://wb.mysql.com/?p=406</link>
		<comments>http://wb.mysql.com/?p=406#comments</comments>
		<pubDate>Wed, 18 Nov 2009 19:30:38 +0000</pubDate>
		<dc:creator>Michael G. Zinner</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://wb.mysql.com/?p=406</guid>
		<description><![CDATA[MySQL Workbench 5.2 introduces a lot of new functionality and therefore this short tutorial will help you to get started quickly.
The Home Screen
The most prominent new addition in respect to previous Workbench releases is the new Home Screen. It allows you to access the main features of Workbench in a nice and easy way and [...]]]></description>
			<content:encoded><![CDATA[<p>MySQL Workbench 5.2 introduces a lot of new functionality and therefore this short tutorial will help you to get started quickly.</p>
<h2>The Home Screen</h2>
<p>The most prominent new addition in respect to previous Workbench releases is the new Home Screen. It allows you to access the main features of Workbench in a nice and easy way and is divided into 4 parts.</p>
<p>The upper Workbench Central panel features a few Links and Action Buttons to quickly access common resources.</p>
<p>The lower Workspace panel shows the main feature sets, grouped horizontally.</p>
<ul>
<li><strong>SQL Development</strong> allows editing and execution of SQL queries and scripts, create or alter database objects and edit table data.</li>
<li><strong>Data Modeling</strong> covers the EER Modeling functionality you might already be familiar with from previous MySQL Workbench releases.</li>
<li><strong>Server Administration</strong> offers administrative tasks like starting/stopping the server, edit the database server configuration, create user accounts, do data dumps and much more.</li>
</ul>
<p>To quickly get started, use the following steps.</p>
<div id="attachment_409" class="wp-caption aligncenter" style="width: 580px"><a href="http://wb.fabforce.eu/wp-content/uploads/WB_HomeScreenTutorial.png"><img class="size-full wp-image-409" title="WB_HomeScreenTutorial_small" src="http://wb.fabforce.eu/wp-content/uploads/WB_HomeScreenTutorial_small.png" border="0" alt="Home Screen Tutorial" width="570" height="455" /></a><p class="wp-caption-text">Home Screen Tutorial</p></div>
<ol>
<li><strong>Create a new Connection</strong> &#8211; Before you can start any other tasks &#8212; using the SQL Editor, forward engineering your model, or managing your database server, you need to create a new Database Connection. You can do that by using the <em>New Connection</em> Wizard or &#8211; if you are an advanced user &#8211; by using the <em>Manage Connections</em> dialog.You will have to enter the usual connection parameters, like IP address and port the server is running on as well as your username and password.</li>
<li><strong>Open Editor</strong> &#8211; After you have created a new connection, it will be displayed in the list of available Database Connections. Simply double-click on the list entry to open a SQL Editor and start querying.</li>
<li><strong>Create a new model </strong>- If you want to start your work by designing a visual database design first, click the <em>Create new EER Model</em> action item. An empty model will be created for you, only featuring the my_db schema which you can easily rename to the desired name.</li>
<li><strong>Create a New Server Profile</strong> &#8211; In order to administer your database server you have to register it within MySQL Workbench first.  Use the <em>New Server Profile</em> Wizard or &#8211; if you are an advanced user &#8211; use the <em>Manage Server Profiles</em> dialog.</li>
<li><strong>Open Admin</strong> &#8211; Once the new Server Profile is registered and appears in the list box you can double-click it to open the Admin.</li>
</ol>
<p>Let&#8217;s take a closer look at the SQL Editor.</p>
<h2>SQL Editor</h2>
<p>The SQL Editor features a straight forward interface that gets you going, immediately.</p>
<div id="attachment_411" class="wp-caption aligncenter" style="width: 580px"><a href="http://wb.fabforce.eu/wp-content/uploads/WB_SQLEditorTutorial.png"><img class="size-full wp-image-411" title="WB_SQLEditorTutorial_small" src="http://wb.fabforce.eu/wp-content/uploads/WB_SQLEditorTutorial_small.png" border="0" alt="SQL Editor Tutorial" width="570" height="455" /></a><p class="wp-caption-text">SQL Editor Tutorial</p></div>
<ol>
<li> To give you instant access to your database objects we have added the Live Schema Overview panel to the SQL Editor. To start editing the data of an existing table, insert new data rows or manipulate existing data, simply double-click on the table.</li>
<li>You can also modify the table structure by right-clicking on the table and select Alter &#8230; . This also works for any other database object.</li>
<li>Enter your SQL queries and scripts on the SQL Statement panel. You can execute a single or multiple statements at the same time by clicking the Execution Arrow toolbar icon or hitting Ctrl+Return on the keyboard.</li>
<li>If you create new objects by using SQL statements make sure to click the Refresh toolbar icon to update the Live Schema Overview panel and the Schema Tree.</li>
</ol>
<p>We assume you already know how to use the EER Modeling and therefore we proceed with the Admin.</p>
<h2>Admin</h2>
<p>The Admin also features a very clear design that makes it easy to access the desired features.</p>
<div id="attachment_407" class="wp-caption aligncenter" style="width: 580px"><a href="http://wb.fabforce.eu/wp-content/uploads/WB_AdminTutorial.png"><img class="size-full wp-image-407" title="WB_AdminTutorial_small" src="http://wb.fabforce.eu/wp-content/uploads/WB_AdminTutorial_small.png" border="0" alt="Admin Tutorial" width="570" height="455" /></a><p class="wp-caption-text">Admin Tutorial</p></div>
<ol>
<li>After opening the Admin you can see the Server Status panel at the top. Use this panel to verify the current server status and to check the current Server Health graphs.</li>
<li>Select the corresponding Configuration tab that fits your current task.</li>
<li>After selecting the correct Configuration tab perform the necessary actions on the Configuration page.</li>
</ol>
<p>After studying this tutorial you should have a basic idea how the use MySQL Workbench 5.2 most efficiently. Please write a comment if you have a tip for other users.</p>
]]></content:encoded>
			<wfw:commentRss>http://wb.mysql.com/?feed=rss2&amp;p=406</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MySQL Workbench 5.2.8 Beta Available</title>
		<link>http://wb.mysql.com/?p=413</link>
		<comments>http://wb.mysql.com/?p=413#comments</comments>
		<pubDate>Wed, 18 Nov 2009 19:19:06 +0000</pubDate>
		<dc:creator>tax</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://wb.mysql.com/?p=413</guid>
		<description><![CDATA[Dear MySQL Users,
We are proud to announce that we have reached the Beta 1 for MySQL Workbench 5.2. Beta 1 is “functionally complete” and shows the new features for the upcoming version of Workbench GUI product.
The team has worked very hard to reach the goal of including all our new features within this first public [...]]]></description>
			<content:encoded><![CDATA[<p>Dear MySQL Users,</p>
<p>We are proud to announce that we have reached the Beta 1 for MySQL Workbench 5.2. Beta 1 is “functionally complete” and shows the new features for the upcoming version of Workbench GUI product.</p>
<p>The team has worked very hard to reach the goal of including all our new features within this first public beta version. We know there is still a lot of fine tuning and stabilization to be done over the coming weeks to get it solid on all platforms, but this release marks an important milestone.  Your beta feedback is key to this.</p>
<p>MySQL Workbench 5.2 Beta 1 provides:</p>
<ol>
<li>Data Modeling</li>
<li>Query (upgrade from MySQL Query Browser)</li>
<li>Admin (upgrade from MySQL Administrator)</li>
</ol>
<p>If you are a current user of MySQL Query Browser or MySQL Administrator, we look forward to your feedback on all the new capabilities we are delivering in a single unified MySQL Workbench</p>
<p>As always, you will find binaries for the various platforms on our download pages.</p>
<p>Please get your copy from our Download</p>
<p style="padding-left: 30px;"><a href="http://dev.mysql.com/downloads/workbench/" target="_blank">http://dev.mysql.com/downloads/workbench/</a></p>
<p>To get started quickly, please take a look at this short tutorial.</p>
<p>MySQL Workbench 5.2 Beta Tutorial</p>
<p style="padding-left: 30px;"><a href="http://wb.mysql.com/?p=406">http://wb.mysql.com/?p=406</a></p>
<p>Please be aware that this release is the initial a beta version – so please don’t use it on your production servers! Also note, MySQL Workbench files saved with version 5.2 cannot be opened with previous versions of our program.</p>
<p>The files for several platforms have been pushed to our main server and<br />
should be available on our mirrors.</p>
<p>Blog postings and general information &#8211; including build instructions for Linux &#8211; can be found on our Workbench Developer Central site.</p>
<p>Workbench Developer Central</p>
<p style="padding-left: 30px;"><a href="http://wb.mysql.com">http://wb.mysql.com</a></p>
<p>If you need any additional info or help please get in touch with us.<br />
Post in our forums, leave comments on our blog pages or if you want to talk to us directly you can visit us on our IRC channel #workbench on irc.freenode.net.</p>
<p>Again, thank you for trying out the Workbench beta, we look forward to your feedback and bug reports.</p>
<p>- The MySQL Workbench Team</p>
]]></content:encoded>
			<wfw:commentRss>http://wb.mysql.com/?feed=rss2&amp;p=413</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySQL Workbench 5.2.6 Alpha Available</title>
		<link>http://wb.mysql.com/?p=399</link>
		<comments>http://wb.mysql.com/?p=399#comments</comments>
		<pubDate>Wed, 21 Oct 2009 19:21:01 +0000</pubDate>
		<dc:creator>tax</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://wb.mysql.com/?p=399</guid>
		<description><![CDATA[Hello folks, we have just released another alpha-version of MySQL Workbench 5.2. This release now contains another couple of Administration features like &#8220;Managing your user accounts&#8221;, &#8220;Viewing your log tables&#8221;, improved start/stop scripts for remote administration (administration of remote servers is working in the mac and linux version of MySQL Workbench 5.2.6 &#8211; the windows [...]]]></description>
			<content:encoded><![CDATA[<p>Hello folks, we have just released another alpha-version of MySQL Workbench 5.2. This release now contains another couple of Administration features like &#8220;Managing your user accounts&#8221;, &#8220;Viewing your log tables&#8221;, improved start/stop scripts for remote administration (administration of remote servers is working in the mac and linux version of MySQL Workbench 5.2.6 &#8211; the windows version needs yet a bit more tweaking on that park, so that will be available in next release). Please note that 5.2.5 was an internal only release.</p>
<p>Head right over to our <a title="MySQL WOrkbench 5.2 Download Page" href="http://dev.mysql.com/downloads/workbench/5.1.html#Workbench_5.2_Alpha_-_Binaries_and_Source" target="_blank">download pages</a> and grab a copy to check out current functionality hands on. Please keep in mind, that this is still an alpha version – so do not use it on production data/servers! Also please note, MySQL Workbench files saved with version 5.2 cannot be opened with previous versions of our program.</p>
<p>The files for several platforms have been pushed to our main server and should be available on our mirrors.</p>
<div>Please get your copy form our Download page:</div>
<div>
<p style="padding-left: 30px;"><a href="http://dev.mysql.com/downloads/workbench/">http://dev.mysql.com/downloads/workbench/</a></p>
<p>General infos, including build instructions for Linux, on our Developer Central site at</p>
<p style="padding-left: 30px;"><a href="http://dev.mysql.com/workbench">http://dev.mysql.com/workbench</a></p>
<p>If you need any additional info or help please get in touch with us. Post in our forums, leave comments on our blog pages or if you want to talk to us directly you can visit us on our IRC channel #workbench on irc.freenode.net. Keep an eye on our development page <a href="http://wb.mysql.com/">http://wb.mysql.com</a> where we post news and additional infos about our progress.</p>
<p>- The Workbench Team</p></div>
]]></content:encoded>
			<wfw:commentRss>http://wb.mysql.com/?feed=rss2&amp;p=399</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>MySQL Workbench Administrator Plugin</title>
		<link>http://wb.mysql.com/?p=374</link>
		<comments>http://wb.mysql.com/?p=374#comments</comments>
		<pubDate>Wed, 07 Oct 2009 15:16:45 +0000</pubDate>
		<dc:creator>myehorov</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://wb.mysql.com/?p=374</guid>
		<description><![CDATA[Recently we have released Workbench 5.2.4 Alpha. This version has some new features, and amongst them there is Workbench Administrator plugin or WBA plugin for short.
The plugin aims to ease the managing process of server instances. What we offer with WBA is a simple way to check status, configure and control one server instance. Some [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we have released Workbench 5.2.4 Alpha. This version has some new features, and amongst them there is Workbench Administrator plugin or WBA plugin for short.</p>
<p>The plugin aims to ease the managing process of server instances. What we offer with WBA is a simple way to check status, configure and control one server instance. Some parts will resemble discontinued MySQL Administrator.</p>
<p>And here is a short summary of what we will have in WBA:</p>
<ul>
<li> Start/Stop server</li>
<li> Edit server configuration (my.cnf)</li>
<li> Manage user accounts</li>
<li> Monitor user connections</li>
<li>Status/Server variables browsing</li>
<li> Log browsing</li>
<li> Dump/Restore</li>
</ul>
<p>In this alpha we have implemented a subset, which targets local usage only. Remote management and administration is upcoming. The subset includes:</p>
<ul>
<li>Add new Server Profiles</li>
<li>Start/Stop the Server</li>
<li>Edit Server Configuration (my.cnf)</li>
<li>Monitor user connections</li>
<li> Status/Server variables browsing</li>
</ul>
<p>To launch the plugin you need to run Workbench 5.2.4, register a server instance by double-clicking the Manage Icon. Once the server instance is registered you can double click the icon of the server instance. But for the moment let&#8217;s dive into what is important to specify at the server instance creation stage.</p>
<p>Our target is &#8216;System Profile&#8217; tab of &#8216;Manage Server Instances&#8217; form. Mostly, the whole process should be simple selecting the right profile. Nevertheless, for now (I hope you still remember it is an alpha release), one of the vitally important things is to check location of ini or cnf file. Also you may check commands used to start, stop and query server status. For example OS X profile has that line to check for status: ps -cxa | grep mysqld.</p>
<p>All the commands specified in these entries are run as a sub-processes and sometimes they may require super-user privileges, for that purpose there is &#8216;use sudo&#8217; checkbox. Normally, command run has exit code which WBA checks for to determine success of failure of the command.</p>
<p>When adding a new Server Profile you also need to select a Connection to the server (You should create that connection in the Connection Management dialog first). That will allow you to browse the Connections and Server Variables in the WBA. It will also be used to update the Server Status periodically every second and show the current state (that is in next alpha).</p>
<p>The way to change the my.cnf/my.ini config file is pretty straightforward. First, if you want a value to be written to the config file, you have to enable the checkbox left to each option. After all changes have been made, you can either press Apply or Discard button. Apply will display a Dialog  which shows several things: what has changed, resulting file, commands which are used to save file. If changes are correct, press Apply on the form. That is it.</p>
<p>Stay tuned for the updates on WBA topic.</p>
]]></content:encoded>
			<wfw:commentRss>http://wb.mysql.com/?feed=rss2&amp;p=374</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>MySQL Workbench 5.2.4 Alpha Available</title>
		<link>http://wb.mysql.com/?p=370</link>
		<comments>http://wb.mysql.com/?p=370#comments</comments>
		<pubDate>Wed, 07 Oct 2009 14:27:48 +0000</pubDate>
		<dc:creator>tax</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://wb.mysql.com/?p=370</guid>
		<description><![CDATA[We&#8217;re proud to announce the availability of the next Alpha release of MySQL Workbench 5.2.
This is the first release of WB 5.2 that enables part of the upcoming administrative feature set. The following tasks can be performed in the WB 5.2.4 release:

Registration of Server Profiles
Start/Stop of the MySQL Server
Configuration File Edition (my.cnf / my.ini)
Show Connections [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re proud to announce the availability of the next Alpha release of MySQL Workbench 5.2.<br />
This is the first release of WB 5.2 that enables part of the upcoming administrative feature set. The following tasks can be performed in the WB 5.2.4 release:</p>
<ul>
<li>Registration of Server Profiles</li>
<li>Start/Stop of the MySQL Server</li>
<li>Configuration File Edition (my.cnf / my.ini)</li>
<li>Show Connections and Server-variables</li>
</ul>
<p>Further we have added the long awaited SSH Tunnel features that enables MySQL connections to machines where only SSH access is available.<br />
Select the new Connection Method &#8220;Standard TCP/IP over SSH&#8221; in the Connection Management dialog and fill out the SSH connection information.</p>
<p>More information about the new features is coming up here on our blog pages.</p>
<p>Please fetch your copy, try the new features and tell us if you like it or what we can improve. But keep in mind, that this is still an alpha version – so do not use it on production data! Also please note, MySQL Workbench files saved with version 5.2 cannot be opened with previous versions of our<br />
program.</p>
<p>The files for several platforms have been pushed to our main server and should be available on our mirrors.</p>
<div>Please get your copy form our Download page:</div>
<div>
<p style="padding-left: 30px;"><a href="http://dev.mysql.com/downloads/workbench/5.2.html">http://dev.mysql.com/downloads/workbench/5.2.html</a></p>
<p>General infos, including build instructions for Linux, on our Developer Central site at</p>
<p style="padding-left: 30px;"><a href="http://dev.mysql.com/workbench">http://dev.mysql.com/workbench</a></p>
<p>If you need any help don’t hesitate to contact us. Post in our forums, leave comments on our blog pages or if you want to get in touch directly you can visit us on our IRC channel #workbench on irc.freenode.net. Keep an eye on our development page <a href="http://wb.mysql.com/">http://wb.mysql.com</a>where we post news and additional infos about our progress.</p>
<p>- The Workbench Team</p></div>
]]></content:encoded>
			<wfw:commentRss>http://wb.mysql.com/?feed=rss2&amp;p=370</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>MySQL Workbench 5.2.3 Alpha Available</title>
		<link>http://wb.mysql.com/?p=345</link>
		<comments>http://wb.mysql.com/?p=345#comments</comments>
		<pubDate>Wed, 16 Sep 2009 09:34:28 +0000</pubDate>
		<dc:creator>tax</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dev.mysql.com/workbench/?p=345</guid>
		<description><![CDATA[We&#8217;re happy to announce the availability of the next Alpha release of MySQL Workbench 5.2. There have been further improvements to the querying part and we added the foundations for the administration part (which will be onboard in the next alpha).
On startup, MySQL Workbench 5.2 now doesn&#8217;t automatically create a new design-document anymore &#8211; thats for decreasing resource-usage when you [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re happy to announce the availability of the next Alpha release of MySQL Workbench 5.2. There have been further improvements to the querying part and we added the foundations for the administration part (which will be onboard in the next alpha).<br />
On startup, MySQL Workbench 5.2 now doesn&#8217;t automatically create a new design-document anymore &#8211; thats for decreasing resource-usage when you only launch Workbench for running a few queries against your database. Also the fix to make Workbench work on Snow Leopard has been included in 5.2 now as well.</p>
<p>Please download the program, take it for a test-drive and tell us what you think. But keep in mind, that this is still an alpha version &#8211; so be advised to not use it for production data! Also please note, MySQL Workbench files saved with version 5.2 cannot be opened with previous versions of our<br />
program.</p>
<p>For Linux we now deliver the same selection of binary packages as for 5.1. The files for different platforms have been pushed to our main server and will be globally available on our mirrors during the next hours.</p>
<div>Please get your copy form our Download page:</div>
<div>
<p style="padding-left: 30px;"><a href="http://dev.mysql.com/downloads/workbench/5.2.html">http://dev.mysql.com/downloads/workbench/5.2.html</a></p>
<p>General infos, including build instructions for Linux, on our Developer Central site at</p>
<p style="padding-left: 30px;"><a href="http://dev.mysql.com/workbench">http://dev.mysql.com/workbench</a></p>
<p>If you need any help don’t hesitate to contact us. Post in our forums, leave comments on our blog pages or if you want to get in touch directly you can visit us on our IRC channel #workbench on irc.freenode.net. Keep an eye on our development page <a href="http://wb.mysql.com/">http://wb.mysql.com</a>where we post news and additional infos about our progress.</p>
<p>- The Workbench Team</p></div>
]]></content:encoded>
			<wfw:commentRss>http://wb.mysql.com/?feed=rss2&amp;p=345</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>MySQL Workbench 5.1.18 Available</title>
		<link>http://wb.mysql.com/?p=329</link>
		<comments>http://wb.mysql.com/?p=329#comments</comments>
		<pubDate>Thu, 03 Sep 2009 20:59:42 +0000</pubDate>
		<dc:creator>tax</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dev.mysql.com/workbench/?p=329</guid>
		<description><![CDATA[We are proud to announce the next service release of MySQL Workbench 5.1.18. We have fixed another set of bugs and made some improvements you people have been asking for. We have optimized the layout of the Columns-section in our table-editor considering the ideas and exeriences you posted in feature requests, bug-reports and on the [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce the next service release of MySQL Workbench 5.1.18. We have fixed another set of bugs and made some improvements you people have been asking for. We have optimized the layout of the Columns-section in our table-editor considering the ideas and exeriences you posted in feature requests, bug-reports and on the forums. Now it should provide a smoother more comfortable workflow.<br />
As already reported in previous blog-posts, this version is also compatible with Apples recently released version of OSX &#8211; 10.6 Snow Leopard.<br />
Detailed information on the fixes can be found on our <a title="MySQL Workbench Release Infos" href="http://dev.mysql.com/workbench/?page_id=49">Releases Page</a>.</p>
<p>The new files are available on our download page:</p>
<p style="padding-left: 30px;"><a href="http://dev.mysql.com/downloads/workbench/5.1.html">http://dev.mysql.com/downloads/workbench/5.1.html</a></p>
<p>If you encounter problems or have any questions, you can always contact us via IRC (Channel #workbench on irc.freenode.net), leave a comment here on the blog or post your questions and ideas to the <a href="http://forums.mysql.com/index.php?151">MySQL Forums</a>.</p>
<p>The Workbench Team</p>
]]></content:encoded>
			<wfw:commentRss>http://wb.mysql.com/?feed=rss2&amp;p=329</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>MySQL Workbench now works on Snow Leopard</title>
		<link>http://wb.mysql.com/?p=323</link>
		<comments>http://wb.mysql.com/?p=323#comments</comments>
		<pubDate>Tue, 01 Sep 2009 12:45:44 +0000</pubDate>
		<dc:creator>akojima</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dev.mysql.com/workbench/?p=323</guid>
		<description><![CDATA[So, it turned out fixing the Workbench crash on Snow Leopard wasn&#8217;t very hard. Took a little time to find out what was causing the crash but, once that was found, the fix was quick.
The next releases of both branches — MySQL Workbench 5.1.18 this week and 5.2.3 alpha later on — will have proper [...]]]></description>
			<content:encoded><![CDATA[<p>So, it turned out fixing the Workbench crash on Snow Leopard wasn&#8217;t very hard. Took a little time to find out what was causing the crash but, once that was found, the fix was quick.</p>
<p>The next releases of both branches — MySQL Workbench 5.1.18 this week and 5.2.3 alpha later on — will have proper support for Mac OS X 10.6</p>
<p>For whoever might be interested, the bug was caused by what seems to be a slight change in how object/NSView copies are handed in Cocoa. NSCollectionView items are populated by copying a &#8220;prototype&#8221; object. It seems that somehow, duplication of that object included the fields of child objects as well in Leopard, but not in Snow Leopard. The object copies were incomplete and when they were accessed, it ended up attempting to create a C++ string out of nil.</p>
]]></content:encoded>
			<wfw:commentRss>http://wb.mysql.com/?feed=rss2&amp;p=323</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>MySQL Workbench on Snow Leopard</title>
		<link>http://wb.mysql.com/?p=320</link>
		<comments>http://wb.mysql.com/?p=320#comments</comments>
		<pubDate>Mon, 31 Aug 2009 07:57:31 +0000</pubDate>
		<dc:creator>Mike Lischke</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Compatibility]]></category>
		<category><![CDATA[Crash]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://dev.mysql.com/workbench/?p=320</guid>
		<description><![CDATA[As all you Mac users (and probably many non-Macies) know Apple released Snow Leopard (Mac OS X 10.6) recently, even though this release was announced for September previously. Since a large part of the MySQL Workbench user base works on OS X it was clear that many of you will test Workbench on the new [...]]]></description>
			<content:encoded><![CDATA[<p>As all you Mac users (and probably many non-Macies) know Apple released Snow Leopard (Mac OS X 10.6) recently, even though this release was announced for September previously. Since a large part of the MySQL Workbench user base <a href="http://dev.mysql.com/workbench/?p=303">works on OS X</a> it was clear that many of you will test Workbench on the new OS. However, so far we haven&#8217;t had the opportunity to do the same (too busy fixing bugs on released OSes) and hence we did not know about incompatibility problems there.</p>
<p>In the meantime several users did tests and reported us a crash on startup of the application, which means you cannot use MySQL Workbench on Snow Leopard for the time being. We are currently preparing build, test and developer machines with it and will hand out a fixed WB release as soon as possible. So, please stay patient. It&#8217;s only a matter of days.</p>
]]></content:encoded>
			<wfw:commentRss>http://wb.mysql.com/?feed=rss2&amp;p=320</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Vote For New Packages</title>
		<link>http://wb.mysql.com/?p=303</link>
		<comments>http://wb.mysql.com/?p=303#comments</comments>
		<pubDate>Mon, 17 Aug 2009 14:51:29 +0000</pubDate>
		<dc:creator>tax</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dev.mysql.com/workbench/?p=303</guid>
		<description><![CDATA[What is the Operating System for your personal development machine/laptop that you do or would like to run MySQL Workbench on?
NOTE: This is not about your production server OS, only your personal development OS
]]></description>
			<content:encoded><![CDATA[<p>What is the Operating System for your personal development machine/laptop that you do or would like to run MySQL Workbench on?</p>
<p>NOTE: This is not about your production server OS, only your personal development OS</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
]]></content:encoded>
			<wfw:commentRss>http://wb.mysql.com/?feed=rss2&amp;p=303</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
