<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" >
<channel>
    
    <title>Lenz Grimmer's blog (Entries tagged as update)</title>
    <link>http://www.lenzg.net/</link>
    <description>Random notes about Linux, MySQL and Open Source</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.6.2 - http://www.s9y.org/</generator>
    <pubDate>Fri, 07 Jan 2011 19:38:32 GMT</pubDate>

    <image>
        <url>http://www.lenzg.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Lenz Grimmer's blog - Random notes about Linux, MySQL and Open Source</title>
        <link>http://www.lenzg.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Updated Drupal 7 appliances to version 7.0 final</title>
    <link>http://www.lenzg.net/archives/332-Updated-Drupal-7-appliances-to-version-7.0-final.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://www.lenzg.net/archives/332-Updated-Drupal-7-appliances-to-version-7.0-final.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=332</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=332</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;Congratulations to the Drupal community for getting &lt;a href=&quot;http://drupal.org/drupal-7.0&quot;&gt;version 7.0&lt;/a&gt; &lt;a href=&quot;http://drupal.org/drupal-7-released&quot;&gt;released&lt;/a&gt;! This is a major mile stone and an excellent reason to &lt;a href=&quot;http://www.drupal7releaseparty.org/&quot;&gt;celebrate&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;If you want to give Drupal 7 a try without having to install anything, I&#039;ve now updated my Drupal 7 appliances on &lt;a href=&quot;http://susestudio.com/&quot;&gt;SuSE Studio&lt;/a&gt; to the latest release. The appliance is based on &lt;a href=&quot;http://software.opensuse.org/113/en&quot;&gt;openSUSE Linux 11.3&lt;/a&gt; and is available in two variants:
&lt;ul&gt;
&lt;li&gt;A &lt;a href=&quot;http://susegallery.com/a/Byn5dM/drupal-7-testdrive&quot;&gt;text-mode&lt;/a&gt; only appliance to which you connect using your local web browser via the network.
&lt;li&gt;A &lt;a href=&quot;http://susegallery.com/a/Byn5dM/drupal-7-testdrive-gui&quot;&gt;GUI version&lt;/a&gt; that starts up the Firefox browser in a minimalistic GNOME desktop to perform the installation locally. Remote network access is available, too.
&lt;/ul&gt;

The database backend is &lt;a href=&quot;http://mysql.com/&quot;&gt;MySQL 5.1&lt;/a&gt;, with the InnoDB plugin and strict mode enabled. &lt;a href=&quot;http://www.phpmyadmin.net/&quot;&gt;phpMyAdmin&lt;/a&gt; has been added to support web-based administration of the MySQL server. You can access it via http://localhost/phpMyAdmin/. I also added &lt;a href=&quot;http://drush.ws/&quot;&gt;drush&lt;/a&gt;, the Drupal command line shell and scripting interface and some additional packages (yast2-http-server, bind-utils, php5-ctype, patch). I also bumped up the appliance&#039;s version number to 7.0.0, to match the version number of Drupal included.&lt;/p&gt;
&lt;p&gt;
The appliance is available in various formats:
&lt;ul&gt;
&lt;li&gt;A live raw disk image, ready to be written to an USB stick or flash drive
&lt;li&gt;A live ISO image, to be burned on a CD or used in a virtual machine
&lt;li&gt;A hard disk image, to be dumped on a hard disk drive
&lt;li&gt;Various virtual disk formats, e.g. OVF, VMWare/VirtualBox/KVM and Xen
&lt;/ul&gt;
Please see the installation instructions provided on the download pages for details on how to use the various image formats.
&lt;/p&gt;
&lt;p&gt;So congratulations to the Drupal developer community for reaching this goal and thanks to SuSE/Novell/Attachmate for providing the infrastructure for creating such appliances. I also would like to especially thank &lt;a href=&quot;http://lizards.opensuse.org/author/rbos/&quot;&gt;Richard Bos&lt;/a&gt; for the testing and many suggestions for improvement of these appliances!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 06 Jan 2011 12:33:10 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/332-guid.html</guid>
    <category>appliance</category>
<category>drupal</category>
<category>lamp</category>
<category>linux</category>
<category>mysql</category>
<category>opensource</category>
<category>suse</category>
<category>update</category>
<category>virtualization</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>MySQL 5.5: CMake replaces autoconf/automake on all platforms, support for autotools has now been removed</title>
    <link>http://www.lenzg.net/archives/329-MySQL-5.5-CMake-replaces-autoconfautomake-on-all-platforms,-support-for-autotools-has-now-been-removed.html</link>
            <category>MySQL</category>
    
    <comments>http://www.lenzg.net/archives/329-MySQL-5.5-CMake-replaces-autoconfautomake-on-all-platforms,-support-for-autotools-has-now-been-removed.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=329</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=329</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;a href=&quot;http://cmake.org&quot;&gt;&lt;img src=&quot;http://cmake.org/opensourcelogos/cmakelogo.png&quot; alt=&quot;CMake Logo&quot; style=&quot;border:0px; align=left&quot; /&gt;&lt;/a&gt;
&lt;P&gt;There has been a lot of buzz about the &lt;A HREF=&quot;http://blogs.oracle.com/mysql/2010/12/mysql_55_is_ga.html&quot;&gt;MySQL
5.5 GA&lt;/A&gt; release and its &lt;A HREF=&quot;http://dev.mysql.com/doc/refman/5.5/en/mysql-nutshell.html&quot;&gt;new
features and other user-visible improvements&lt;/A&gt;. In this blog post,
I&#039;d like to touch on a less noticeable, but still important change.&lt;/P&gt; 
&lt;P&gt;&lt;A HREF=&quot;http://cmake.org/&quot;&gt;CMake&lt;/A&gt; has already been used to
build the MySQL Server on Windows for a long time, while the &lt;A HREF=&quot;http://en.wikipedia.org/wiki/GNU_build_system&quot;&gt;GNU
autotools&lt;/A&gt; were used on all other platforms. Since MySQL 5.5, all
builds on all platforms are now performed using the same tool chain.
With the latest release of MySQL 5.5, we&#039;ve made an important step to
clean up and simplify the MySQL build system: the support for
autoconf/automake has now been removed completely. We&#039;ve been
performing the release builds of MySQL 5.5 using CMake exclusively
for quite some time already. It became obvious that maintaining two
separate build systems simply had become too much of a burden for our
engineers, especially since the autotools-based builds were no longer
exhaustively tested. This change was outlined in &lt;A HREF=&quot;http://forge.mysql.com/worklog/task.php?id=5665&quot;&gt;WorkLog#5665
- Removal of the autotools-based build system&lt;/A&gt;. We&#039;ve made this
step in &lt;A HREF=&quot;http://lists.mysql.com/packagers/469&quot;&gt;close
cooperation&lt;/A&gt; with our community of packagers (e.g. the maintainers
of MySQL packages on the various Linux distributions). 
&lt;/P&gt; 
&lt;P&gt;By moving to CMake, we are giving our developers one common build
mechanism for all platforms and there is a lot of new useful
functionality such as out-of-source builds or a GUI for configuring
the build options. And they can now build MySQL in the very same way
that we do it for our own binaries! I&#039;ve covered the advantages in my
previous blog post about &lt;a href=&quot;http://www.lenzg.net/archives/291-Building-MySQL-Server-with-CMake-on-LinuxUnix.html&quot;&gt;Building
MySQL Server with CMake on Linux/Unix&lt;/A&gt;&lt;SPAN STYLE=&quot;font-weight: normal&quot;&gt; 
already. We&#039;ve also created a general article about &lt;/SPAN&gt;&lt;A HREF=&quot;http://forge.mysql.com/wiki/CMake&quot;&gt;&lt;SPAN STYLE=&quot;font-weight: normal&quot;&gt;CMake
and MySQL&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN STYLE=&quot;font-weight: normal&quot;&gt; as well as an
&lt;/SPAN&gt;&lt;A HREF=&quot;http://forge.mysql.com/wiki/Autotools_to_CMake_Transition_Guide&quot;&gt;Autotools
to CMake Transition Guide&lt;/A&gt; on the MySQL Forge Wiki. The
description of the source build process in the &lt;A HREF=&quot;http://dev.mysql.com/doc/refman/5.5/en/source-installation.html&quot;&gt;reference
manual&lt;/A&gt; has also been updated to reflect this change.&lt;/P&gt; 
&lt;P&gt;A big &amp;ldquo;thank you&amp;rdquo; should to go to Vladislav Vaintroub
and Davi Arnaut for implementing and pushing the transition to CMake
forward, and to Paul DuBois for creating and improving the
documentation! Wearing my former build and release engineer hat, I am
very happy about this change.&lt;/P&gt; 
&lt;P&gt;Other CMake-related articles that are worth reading:
&lt;UL&gt; 
	&lt;LI&gt;Giuseppe Maxia: &lt;a href=&quot;http://datacharmer.blogspot.com/2010/04/building-mysql-55-with-cmake.html&quot;&gt;Building
	MySQL 5.5 with CMake&lt;/a&gt;
	&lt;LI&gt;Jonathan Perkin: &lt;a href=&quot;http://www.perkin.org.uk/posts/how-to-build-mysql-releases.html&quot;&gt;How
	To Build MySQL Releases&lt;/a&gt;
	&lt;LI&gt;Santo Leto: &lt;a href=&quot;http://sleto.wordpress.com/2010/11/26/step-by-step-guide-on-how-to-compile-mysql-5-5-on-microsoft-windows/&quot;&gt;Step by Step Guide on How to Compile MySQL 5.5 on Microsoft Windows&lt;/a&gt;
&lt;/UL&gt; 
&lt;/P&gt;  
    </content:encoded>

    <pubDate>Wed, 15 Dec 2010 18:58:48 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/329-guid.html</guid>
    <category>cmake</category>
<category>compiling</category>
<category>mysql</category>
<category>programming</category>
<category>update</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>OpenSQL Camp Europe: Time to cast your votes!</title>
    <link>http://www.lenzg.net/archives/300-OpenSQL-Camp-Europe-Time-to-cast-your-votes!.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://www.lenzg.net/archives/300-OpenSQL-Camp-Europe-Time-to-cast-your-votes!.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=300</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=300</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;&lt;img src=&quot;http://opensqlcamp.org/images/OpenSQLCamp.gif&quot; /&gt;&lt;/p&gt;
&lt;p&gt;If you wonder why there hasn&#039;t been an update from me for quite a while &amp;mdash; I just returned from two months of paternal leave, in which I actually managed to stay away from the PC most of the time. In the meanwhile, I&#039;ve officially become an Oracle employee and there is a lot of administrative things to take care of... But it feels good to be back!&lt;/p&gt;

&lt;p&gt;During my absence, &lt;a href=&quot;http://datacharmer.blogspot.com/&quot;&gt;Giuseppe&lt;/a&gt; and &lt;a href=&quot;http://felixschupp.de/&quot;&gt;Felix&lt;/a&gt; kicked off the &lt;a href=&quot;http://opensqlcamp.org/Events/2010/Call_for_Participation&quot;&gt;Call for Papers&lt;/a&gt; for this year&#039;s &lt;a href=&quot;http://opensqlcamp.org/Events/FrOSCon2010/&quot;&gt;European OpenSQL Camp&lt;/a&gt;, which will again take place in parallel to &lt;a href=&quot;http://froscon.org/&quot;&gt;FrOSCon&lt;/a&gt; in St. Augustin (Germany) on August 21st/22nd. We&#039;ve received a number of &lt;a href=&quot;http://opensqlcamp.org/Events/2010/Proposed_Sessions&quot;&gt;great submissions&lt;/a&gt;, now we would like to ask our community about your favourites!&lt;/p&gt;

&lt;p&gt;Basically it&#039;s &quot;one vote per person per session&quot; and you can cast your votes in two ways, either by twittering &lt;a href=&quot;http://twitter.com/opensqlcamp&quot;&gt;@opensqlcamp&lt;/a&gt; or via the &lt;a href=&quot;http://groups.google.com/group/opensqlcamp&quot;&gt;opensqlcamp mailing list&lt;/a&gt;. The procedure is outlined in more detail on &lt;a href=&quot;http://opensqlcamp.org/Events/2010/Reviewing_and_Voting&quot;&gt;this wiki page&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;As we need to finalize the schedule and inform the speakers, the voting period will close &lt;strong&gt;this coming Sunday, 18th of July&lt;/strong&gt;. So don&#039;t hesitate, cast your votes now! Based on your feedback we will compile the session schedule for this year&#039;s camp. Thanks for your help!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 14 Jul 2010 22:46:27 +0200</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/300-guid.html</guid>
    <category>collaborating</category>
<category>community</category>
<category>conference</category>
<category>contributing</category>
<category>databases</category>
<category>event</category>
<category>froscon</category>
<category>mailinglist</category>
<category>opensqlcamp</category>
<category>oss</category>
<category>twitter</category>
<category>update</category>
<category>vacation</category>
<category>voting</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>More MySQL releases</title>
    <link>http://www.lenzg.net/archives/290-More-MySQL-releases.html</link>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://www.lenzg.net/archives/290-More-MySQL-releases.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=290</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=290</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;Shortly after I posted my last &lt;a href=&quot;http://www.lenzg.net/archives/287-Summary-of-recent-MySQL-releases.html&quot;&gt;summary of MySQL releases&lt;/a&gt;, our son &lt;a href=&quot;http://www.flickr.com/photos/lenzgr/4341220234/in/set-72157623379778416/&quot;&gt;Mats&lt;/a&gt; was born and I went on a 2.5-week vacation. Our developers did not rest in the meanwhile and I&#039;d like to give you a quick update of what&#039;s new since then:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://lists.mysql.com/announce/662&quot;&gt;MySQL Connector/Net 6.3.0&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Visual Studio 2010 RC support&lt;/li&gt;
    &lt;li&gt;Nested transaction scope support&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://lists.mysql.com/announce/663&quot;&gt;MySQL Workbench 5.2.16 Beta 6&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Fixed 67 bugs&lt;/li&gt;
    &lt;li&gt;Saving your profile/connection passwords in OSX keychain, gnome-keyring or in an encrypted password-vault-file.&lt;/li&gt;
    &lt;li&gt;New rapid development features for generating complete SQL Select/DML statements or names for selected objects in Query Editor to either the query area or clipboard.&lt;/li&gt;
    &lt;li&gt;The ability to set a preference for the placement&amp;#160; (left or right side) of the sidebar in the Query Editor (Currently on Windows only, coming to Mac and Linux soon).&lt;/li&gt;
    &lt;li&gt;Further optimization and stabilization of the administrator components&lt;/li&gt;
&lt;/ul&gt;
&lt;p wrap=&quot;&quot;&gt;&lt;a href=&quot;http://lists.mysql.com/announce/664&quot;&gt;MySQL Server 5.1.44&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;This release now includes InnoDB Plugin version 1.0.6, wich  is considered to be of Release Candidate (RC) quality.&lt;/li&gt;
    &lt;li&gt;Lots of bug fixes - see the &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.1/en/news-5-1-44.html&quot;&gt;ChangeLog&lt;/a&gt; for details.&lt;/li&gt;
&lt;/ul&gt;
&lt;p wrap=&quot;&quot;&gt;&lt;a href=&quot;http://lists.mysql.com/announce/665&quot;&gt;MySQL Server 5.5.2 Milestone 2&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Also includes the updated InnoDB Plugin 1.0.6 and several fixes - see the &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.5/en/news-5-5-2.html&quot;&gt;ChangeLog&lt;/a&gt; for details. For an overview of new features in the 5.5 code base, check out the &amp;quot;&lt;a href=&quot;http://dev.mysql.com/doc/refman/5.5/en/mysql-nutshell.html&quot;&gt;What&#039;s new in 5.5&lt;/a&gt;&amp;quot; page in the reference manual.&lt;/li&gt;
&lt;/ul&gt;
&lt;p wrap=&quot;&quot;&gt;Please note that the MySQL downloads section has been split into two parts. As usual, you will find downloads of both GA and development versions of all MySQL products and releases on the &lt;a href=&quot;http://dev.mysql.com/downloads/&quot;&gt;MySQL DevZone&lt;/a&gt;. In addition to that, we&#039;ve now added a pointer to the downloads of officially released (GA) versions to the main web site on &lt;a href=&quot;http://www.mysql.com/downloads/&quot;&gt;http://www.mysql.com/downloads/&lt;/a&gt;.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 01 Mar 2010 13:14:25 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/290-guid.html</guid>
    <category>baby</category>
<category>cluster</category>
<category>community</category>
<category>connector</category>
<category>development</category>
<category>innodb</category>
<category>mysql</category>
<category>news</category>
<category>oss</category>
<category>update</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>mylvmbackup 0.13 has been released</title>
    <link>http://www.lenzg.net/archives/277-mylvmbackup-0.13-has-been-released.html</link>
            <category>Linux</category>
            <category>mylvmbackup</category>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://www.lenzg.net/archives/277-mylvmbackup-0.13-has-been-released.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=277</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=277</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;I am happy to announce that &lt;a href=&quot;http://www.lenzg.net/mylvmbackup/&quot;&gt;mylvmbackup&lt;/a&gt; version 0.13 has now been released.  This release includes a fix for a nasty bug in on of the recently added Perl hooks (precleanup.pm)  and some added functionality (better support for remote rsync backups).&lt;/p&gt;
&lt;p&gt;From the ChangeLog:&amp;#160;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Deleted sample precleanup.pm hook as it has potential to cause harm and is  too specialized on a particular use case (&lt;a title=&quot;Dangerous behaviour of &#039;precleanup.pm&#039;&quot; href=&quot;https://launchpad.net/bugs/394668&quot;&gt;BUG#394668&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;Added support for rsync via SSH (&lt;a title=&quot;Please support rsync-over-ssh&quot; href=&quot;https://launchpad.net/bugs/392462&quot;&gt;BUG#392462&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;Fixed InnoDB recovery in case a relative path to the MySQL  data directory is defined (&lt;a title=&quot;Initial Page: Improvement should have a newline after it&quot; href=&quot;https://launchpad.net/bugs/38337&quot;&gt;BUG#38337&lt;/a&gt;), improved the documentation  of relpath in the man page.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot;&gt;&lt;img src=&quot;http://img.zemanta.com/pixy.gif?x-id=3638a2df-bc9a-8e15-a476-0054a566a42a&quot; alt=&quot;&quot; class=&quot;zemanta-pixie-img&quot; /&gt;&lt;/div&gt; 
    </content:encoded>

    <pubDate>Sun, 06 Sep 2009 11:58:22 +0200</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/277-guid.html</guid>
    <category>backup</category>
<category>linux</category>
<category>lvm</category>
<category>mylvmbackup</category>
<category>mysql</category>
<category>snapshots</category>
<category>update</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>More MySQL connectors</title>
    <link>http://www.lenzg.net/archives/273-More-MySQL-connectors.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://www.lenzg.net/archives/273-More-MySQL-connectors.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=273</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=273</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;Some time ago I &lt;a href=&quot;http://www.lenzg.net/archives/211-The-key-to-accessing-your-data-MySQL-Connectors-and-bindings-for-various-languages.html&quot;&gt;posted a compilation&lt;/a&gt; of applications and programming languages that provide an API to connect to the &lt;a href=&quot;http://mysql.com/&quot;&gt;MySQL Server&lt;/a&gt;. As it turned out, I forgot a few that I would like to mention here:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://httpd.apache.org/docs/2.2/mod/mod_dbd.html&quot;&gt;Apache DBD API&lt;/a&gt;: a MySQL driver for mod_apr_dbd is not included in the official distribution, but can be obtained seperately from &lt;a href=&quot;http://apache.webthing.com/database/&quot;&gt;here&lt;/a&gt;. Some distributions (e.g. openSUSE) actually provide installable packages of this driver module.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://grass.itc.it/grass62/manuals/html62_user/grass-mysql.html&quot;&gt;GRASS MySQL driver&lt;/a&gt;&lt;a href=&quot;http://grass.itc.it/grass62/manuals/html62_user/grass-mysql.html&quot;&gt;:&lt;/a&gt; The MySQL database driver in &lt;a href=&quot;http://grass.itc.it/&quot;&gt;GRASS&lt;/a&gt; enables GRASS applications to store vector attributes in a MySQL server. Alternatively, data can be stored in an &lt;a href=&quot;http://grass.itc.it/grass62/manuals/html62_user/grass-mesql.html&quot;&gt;embedded version&lt;/a&gt; of the MySQL Server.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://software.complete.org/hdbc&quot;&gt;HDBC&lt;/a&gt;: HDBC provides an abstraction layer between Haskell programs and SQL relational databases. This         lets you write database code once, in Haskell, and have it work with any number of backend SQL         databases.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://launchpad.net/libdrizzle&quot;&gt;libdrizzle&lt;/a&gt;: This is the client and protocol library for &lt;a href=&quot;http://drizzle.org/&quot;&gt;Drizzle&lt;/a&gt; and MySQL that provides both client and server interfaces. A number of &lt;a href=&quot;https://launchpad.net/drizzle-interface&quot;&gt;APIs&lt;/a&gt; (e.g. Java, Lua, Perl and Ruby as well as &lt;a href=&quot;https://launchpad.net/drizzle-python&quot;&gt;Python&lt;/a&gt;) have been built on top of it, but I&#039;m not quite sure if they all support the MySQL client/server protocol as well.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://launchpad.net/myconnpy&quot;&gt;MySQL Connector/Python&lt;/a&gt;: MySQL Connector/Python is implementing the MySQL Client/Server protocol completely in Python. This means you don&#039;t have to compile anything - the MySQL client library doesn&#039;t even have to be installed on your system.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Do you know of any other MySQL Connectors/APIs? Let me know!&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot;&gt;&lt;img src=&quot;http://img.zemanta.com/pixy.gif?x-id=60250314-0f3a-8d29-8ca5-66b000349260&quot; alt=&quot;&quot; class=&quot;zemanta-pixie-img&quot; /&gt;&lt;/div&gt; 
    </content:encoded>

    <pubDate>Tue, 18 Aug 2009 12:33:19 +0200</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/273-guid.html</guid>
    <category>bindings</category>
<category>code</category>
<category>connector</category>
<category>databases</category>
<category>drivers</category>
<category>drizzle</category>
<category>mysql</category>
<category>oss</category>
<category>programming</category>
<category>update</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Updated MySQL 5.1.35-GIS snapshot binaries are now available</title>
    <link>http://www.lenzg.net/archives/271-Updated-MySQL-5.1.35-GIS-snapshot-binaries-are-now-available.html</link>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://www.lenzg.net/archives/271-Updated-MySQL-5.1.35-GIS-snapshot-binaries-are-now-available.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=271</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=271</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;We&#039;ve now published a new set of binary packages including the &lt;a href=&quot;http://forge.mysql.com/wiki/GIS_Functions&quot;&gt;extended GIS functionality&lt;/a&gt; from the mysql-5.1-wl1326 source tree.&lt;/p&gt;&lt;p&gt;This release is based on the MySQL 5.1.35 code base and fixes the bugs mentioned below. It includes some improvements to the GIS functionality as well, so please use these packages for future testing of the MySQL GIS functionality.&lt;/p&gt;&lt;p&gt;The following GIS-related bugs were fixed in this version: &lt;br /&gt; &lt;ul&gt;&lt;li&gt; &lt;s&gt;&lt;a href=&quot;http://bugs.mysql.com/31753&quot; class=&quot;external text&quot; title=&quot;http://bugs.mysql.com/31753&quot; rel=&quot;nofollow&quot;&gt;Bug#31753&lt;/a&gt;&lt;/s&gt;: Buffer/area functions only return first row of set &lt;/li&gt;&lt;li&gt; &lt;s&gt;&lt;a href=&quot;http://bugs.mysql.com/32032&quot; class=&quot;external text&quot; title=&quot;http://bugs.mysql.com/32032&quot; rel=&quot;nofollow&quot;&gt;Bug#32032&lt;/a&gt;&lt;/s&gt;: Contains() does not work on MultiPolygons, may force a disconnect and/or result in extremely long query times. &lt;/li&gt;&lt;li&gt; &lt;s&gt;&lt;a href=&quot;http://bugs.mysql.com/32100&quot; class=&quot;external text&quot; title=&quot;http://bugs.mysql.com/32100&quot; rel=&quot;nofollow&quot;&gt;Bug#32100&lt;/a&gt;&lt;/s&gt;: contains, intersects functions never return. Query disconnects or times out. &lt;/li&gt;&lt;li&gt; &lt;s&gt;&lt;a href=&quot;http://bugs.mysql.com/33035&quot; class=&quot;external text&quot; title=&quot;http://bugs.mysql.com/33035&quot; rel=&quot;nofollow&quot;&gt;Bug#33035&lt;/a&gt;&lt;/s&gt;: Intersection function returns &#039;Function doesn&#039;t exist&#039; error &lt;/li&gt;&lt;li&gt; &lt;s&gt;&lt;a href=&quot;http://bugs.mysql.com/40874&quot; class=&quot;external text&quot; title=&quot;http://bugs.mysql.com/40874&quot; rel=&quot;nofollow&quot;&gt;Bug#40874&lt;/a&gt;&lt;/s&gt;: Buffer function doesn&#039;t work with LINESTRING &lt;/li&gt;&lt;li&gt; &lt;s&gt;&lt;a href=&quot;http://bugs.mysql.com/41481&quot; class=&quot;external text&quot; title=&quot;http://bugs.mysql.com/41481&quot; rel=&quot;nofollow&quot;&gt;Bug#41481&lt;/a&gt;&lt;/s&gt;: Buffer function never returns, cpu 100%, system locks up &lt;/li&gt;&lt;li&gt; &lt;s&gt;&lt;a href=&quot;http://bugs.mysql.com/43493&quot; class=&quot;external text&quot; title=&quot;http://bugs.mysql.com/43493&quot; rel=&quot;nofollow&quot;&gt;Bug#43493&lt;/a&gt;&lt;/s&gt;: union function returns polygon not multipolygon for non-intersecting polygons &lt;/li&gt;&lt;li&gt; &lt;s&gt;&lt;a href=&quot;http://bugs.mysql.com/44753&quot; class=&quot;external text&quot; title=&quot;http://bugs.mysql.com/44753&quot; rel=&quot;nofollow&quot;&gt;Bug#44753&lt;/a&gt;&lt;/s&gt;: nan error in union function &lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;I&#039;d like to explicitly thank &lt;a href=&quot;http://www.mysqlconf.com/mysql2009/public/schedule/speaker/42781&quot;&gt;John Powell&lt;/a&gt; for his extensive testing and bug reporting so far, he helped us quite a lot to improve the quality of the GIS code.&lt;/p&gt;&lt;p&gt;Please help us by by testing this new release and &lt;a href=&quot;http://forge.mysql.com/wiki/Reporting_Bugs%20&quot;&gt;reporting bugs&lt;/a&gt; at our public bug database. For convenience, please tag your Bug reports with &quot;gis&quot; and make sure to put them in the &quot;Server: GIS&quot; category!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 29 Jul 2009 15:47:24 +0200</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/271-guid.html</guid>
    <category>betatest</category>
<category>community</category>
<category>forge</category>
<category>gis</category>
<category>mysql</category>
<category>oss</category>
<category>spatial</category>
<category>update</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>FlightGear 1.9.1 now added to the openSUSE Build Service</title>
    <link>http://www.lenzg.net/archives/268-FlightGear-1.9.1-now-added-to-the-openSUSE-Build-Service.html</link>
            <category>Linux</category>
            <category>OSS</category>
    
    <comments>http://www.lenzg.net/archives/268-FlightGear-1.9.1-now-added-to-the-openSUSE-Build-Service.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=268</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=268</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;I admit it &amp;mdash; I&#039;m a fan of simulation software, particularly flight simulators. Probably the best Open Source Flight Simulator out there is &lt;a href=&quot;http://flightgear.org&quot;&quot;&gt;FlightGear&lt;/a&gt; &amp;mdash; it provides an impressive level of reality and you can download and install many additional plane models and terrains. There are &lt;a href=&quot;http://software.opensuse.org/search?baseproject=ALL&amp;p=1&amp;q=FlightGear&quot;&gt;packages of FlightGear 1.0.0&lt;/a&gt; in the &lt;a href=&quot;http://download.opensuse.org/repositories/games/&quot;&gt;games repository&lt;/a&gt; of the &lt;a href=&quot;http://build.opensuse.org/&quot;&gt;openSUSE Build Service&lt;/a&gt;, which works quite well and I have been enjoying it a lot. However, the FlightGear project released version 1.9.x quite a while ago (1.9.1 was published in January 2009) and I was itching on giving the new version a try (just take a look at the &lt;a href=&quot;http://flightgear.org/Gallery-v1.9/&quot;&gt;screenshots&lt;/a&gt; and you know what I mean). However, &lt;a href=&quot;http://wiki.flightgear.org/index.php/Building_FlightGear_-_Linux&quot;&gt;building FlighGear on Linux&lt;/a&gt; is quite a complex task with &lt;a href=&quot;http://www.christianmarkgraf.de/flightgear/flightgear191.php&quot;&gt;many dependencies&lt;/a&gt;, and so held off from doing it myself, waiting for someone else to perform the update...&lt;/p&gt;

&lt;p&gt;Well, this weekend I finally bit the bullet and did it myself - FlightGear 1.9.1 has now been added to my &lt;a href=&quot;http://download.opensuse.org/repositories/home:/LenzGr/&quot;&gt;home:LenzGr&lt;/a&gt; build repository. I based my packages on the ones included in the games repository, but I plan on cleaning them up a bit and splitting them into separate packages (currently the FlightGear source RPM contains &lt;a href=&quot;http://www.simgear.org/&quot;&gt;SimGear&lt;/a&gt; and &lt;a href=&quot;http://fgrun.sourceforge.net/&quot;&gt;fgrun&lt;/a&gt; as well). I also &quot;borrowed&quot; the &lt;a href=&quot;http://www.openscenegraph.org/&quot;&gt;OpenSceneGraph&lt;/a&gt; sources and spec file from the &lt;a href=&quot;http://packman.links2linux.de/&quot;&gt;PackMan repository&lt;/a&gt;, in order to have a functional build. Unfortunately FlightGear currently only builds on a very limited list of distributions so far (namely OpenSUSE 11.0, just what I needed) &amp;mdash; I haven&#039;t had time to adapt the spec files for FlightGear and OpenSceneGraph to match the appropriate build dependencies for the other distributions yet and &quot;02-check-gcc-output&quot; gives me some grief on platforms where it actually builds but generates compiler warnings (but patches are welcome!)...&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 30 Jun 2009 17:25:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/268-guid.html</guid>
    <category>compiling</category>
<category>contributing</category>
<category>flightgear</category>
<category>packaging</category>
<category>rpm</category>
<category>simulation</category>
<category>suse</category>
<category>update</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Embedded InnoDB 1.0.3.5325 RPM packages</title>
    <link>http://www.lenzg.net/archives/266-Embedded-InnoDB-1.0.3.5325-RPM-packages.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://www.lenzg.net/archives/266-Embedded-InnoDB-1.0.3.5325-RPM-packages.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=266</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=266</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;Shortly after I created the &lt;a href=&quot;http://www.lenzg.net/archives/264-Embedded-InnoDB-now-available-on-the-openSUSE-Build-Service.html&quot;&gt;initial packages of embedded InnoDB on the OpenSUSE Build Service&lt;/a&gt;, Oracle/Innobase &lt;a href=&quot;http://www.innodb.com/wp/2009/06/24/embedded-innodb-1-0-3-5325-released/&quot;&gt;released an updated version (1.0.3.5325)&lt;/a&gt;. In addition to many improvements and bug fixes, they slightly changed the versioning scheme to better indicate what version of the InnodDB plugin their code is based on (see Vasil&#039;s &lt;a href=&quot;http://forums.innodb.com/read.php?8,668,668#msg-668&quot;&gt;posting on the InnoDB Forums&lt;/a&gt; for more information).&lt;/p&gt;

&lt;p&gt;I&#039;ve now updated my &lt;a href=&quot;http://software.opensuse.org/search?baseproject=ALL&amp;q=libinnodb&quot;&gt;InnoDB packages on the Build Service&lt;/a&gt; to this version as well - please note that the naming scheme of the shared library package has been changed from &quot;&lt;tt&gt;embedded_innodb1&lt;/tt&gt;&quot; to &quot;&lt;tt&gt;libinnodb2&lt;/tt&gt;&quot; &amp;mdash; RPM will take care of replacing the old package during update, even though the name has changed.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 29 Jun 2009 12:34:49 +0200</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/266-guid.html</guid>
    <category>embedded</category>
<category>innodb</category>
<category>linux</category>
<category>packaging</category>
<category>programming</category>
<category>rpm</category>
<category>suse</category>
<category>update</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>mylvmbackup-0.12 has been released</title>
    <link>http://www.lenzg.net/archives/265-mylvmbackup-0.12-has-been-released.html</link>
            <category>Linux</category>
            <category>mylvmbackup</category>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://www.lenzg.net/archives/265-mylvmbackup-0.12-has-been-released.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=265</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=265</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;After a long hiatus, I am happy to announce that &lt;a href=&quot;http://lenzg.net/mylvmbackup/&quot;&gt;mylvmbackup&lt;/a&gt; version 0.12 has now been released. This release includes a large number of improvements, minor code cleanups, as well as some new functionality. In particular, I would like to thank Matthew Boehm, Tim Stoop, Baron Schwartz, Ville Skyttä and Ronald Bradford for their contributions.&lt;/p&gt;

&lt;p&gt;Some notable highlights from the &lt;a href=&quot;http://www.lenzg.net/mylvmbackup/ChangeLog&quot;&gt;ChangeLog&lt;/a&gt;:
&lt;ul&gt;
&lt;li&gt;Removed the absolute path names to external tools (make sure $PATH is correct)&lt;/li&gt;
&lt;li&gt;Added --log-err to the startup options of the recovery instance to avoid cluttering the server&#039;s error log&lt;/li&gt;
&lt;li&gt;Added support for hooks written as Perl Modules. (Matthew Boehm)&lt;/li&gt;
&lt;li&gt;Added support for date/time-formatted path names for backupdir and mountdir (Matthew Boehm)&lt;/li&gt;
&lt;li&gt;Backupdir and mountdir are now created automatically (Matthew Boehm)&lt;/li&gt;
&lt;li&gt;Added new hook &quot;logerr&quot; when an error is logged. (Matthew Boehm)&lt;/li&gt;
&lt;li&gt;Added Option --keep-mount... (Tim Stoop)&lt;/li&gt;
&lt;li&gt;Removed the bind mount, now requires LVMv2&lt;/li&gt;
&lt;li&gt;Support reading login/password from ~/.my.cnf (Baron Schwartz)&lt;/li&gt;
&lt;li&gt;Documentation fixes and improvements (Ville Skyttä) (Bug #302144)&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 20 Jun 2009 14:35:24 +0200</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/265-guid.html</guid>
    <category>backup</category>
<category>collaborating</category>
<category>community</category>
<category>innodb</category>
<category>linux</category>
<category>lvm</category>
<category>mylvmbackup</category>
<category>mysql</category>
<category>perl</category>
<category>programming</category>
<category>snapshots</category>
<category>update</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>xtrabackup 0.7 RPMs available on the openSUSE Build Service</title>
    <link>http://www.lenzg.net/archives/261-xtrabackup-0.7-RPMs-available-on-the-openSUSE-Build-Service.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://www.lenzg.net/archives/261-xtrabackup-0.7-RPMs-available-on-the-openSUSE-Build-Service.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=261</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=261</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://www.percona.com/docs/wiki/percona-xtrabackup:start&quot;&gt;XtraBackup&lt;/a&gt; is an Open Source online (non-blockable) backup solution for the InnoDB and XtraDB storage engines. It works with both MySQL 5.0 and 5.1 (and possibly 5.4 as well) and is distributed under the GPLv2.&lt;/p&gt;

&lt;p&gt;Some weeks ago Vadim &lt;a href=&quot;http://www.mysqlperformanceblog.com/2009/05/21/xtrabackup-07-rc/&quot;&gt;announced&lt;/a&gt; the availability of &lt;a href=&quot;http://www.percona.com/mysql/xtrabackup/0.7/&quot;&gt;xtrabackup-0.7&lt;/a&gt;, stating that they consider it stable enough now to label this version a &quot;Release Candidate&quot;. I&#039;ve been maintaining RPM packages of xtrabackup on the fine &lt;a href=&quot;https://build.opensuse.org/&quot;&gt;openSUSE Build Service&lt;/a&gt; for quite some time now, RPMs of 0.7 for a number of distributions are now &lt;a href=&quot;http://software.opensuse.org/search?baseproject=ALL&amp;p=1&amp;q=xtrabackup&quot;&gt;available for download&lt;/a&gt;. Please report any bug reports via the &lt;a href=&quot;https://launchpad.net/percona-xtrabackup/+filebug&quot;&gt;bug tracker&lt;/a&gt; on Launchpad.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Wed, 10 Jun 2009 15:38:52 +0200</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/261-guid.html</guid>
    <category>backup</category>
<category>collaborating</category>
<category>contributing</category>
<category>databases</category>
<category>distribution</category>
<category>innodb</category>
<category>linux</category>
<category>mysql</category>
<category>oss</category>
<category>packaging</category>
<category>rpm</category>
<category>suse</category>
<category>update</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>MySQL University session about the new MySQL release model</title>
    <link>http://www.lenzg.net/archives/259-MySQL-University-session-about-the-new-MySQL-release-model.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://www.lenzg.net/archives/259-MySQL-University-session-about-the-new-MySQL-release-model.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=259</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=259</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;div style=&quot;float: left; margin-right: 10px; margin-bottom: 10px;&quot;&gt;&lt;a href=&quot;http://forge.mysql.com/wiki/MySQL_University&quot; title=&quot;MySQL University&quot;&gt;&lt;img src=&quot;http://forge.mysql.com/w/images/7/7a/Mysql-university-128.png&quot; alt=&quot;MySQL University&quot;  style=&quot;border: 0px;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;As you may have heard, we&#039;re switching to a &lt;a href=&quot;http://forge.mysql.com/wiki/Development_Cycle&quot;&gt;new release model&lt;/a&gt; with the upcoming &lt;a href=&quot;http://dev.mysql.com/downloads/mysql/5.4.html&quot;&gt;MySQL 5.4&lt;/a&gt; release.&lt;/p&gt;

&lt;p&gt;If you are curious to learn more about what will change in the way in which future versions MySQL will be developed and released, make sure to attend our next &lt;a href=&quot;http://forge.mysql.com/wiki/MySQL_University&quot;&gt;MySQL University&lt;/a&gt; session about &lt;a href=&quot;http://forge.mysql.com/wiki/The_New_MySQL_Release_Model&quot;&gt;The New MySQL Release Model&lt;/a&gt; on Thursday, 11th of June, 14:00 UTC.  Tomas Ulin, our director of MySQL server development will go through the planned changes and would also like to get your input and feedback on these changes.&lt;/p&gt;

&lt;p&gt;We&#039;re using &lt;a href=&quot;http://dimdim.com/&quot;&gt;DimDim&lt;/a&gt; for broadcasting this session, which allows you to listen to the audio while watching the slides with your web browser. You can comment and discuss via a chat function, too! We&#039;re looking forward to your input. To attend, point your browser to &lt;a href=&quot;http://webmeeting.dimdim.com/portal/JoinForm.action?confKey=mysqluniversity&quot;&gt;this address&lt;/a&gt; (&lt;a href=&quot;http://www.adobe.com/de/products/flashplayer/&quot;&gt;Adobe flash player&lt;/a&gt; required).&lt;/p&gt;

&lt;p&gt;The session will be recorded and posted on the MySQL Forge Wiki, so you can watch the presentation later as well. You can also provide your feedback on the release model by posting on the &lt;a href=&quot;http://forge.mysql.com/wiki/Internals_Mailing_List&quot;&gt;MySQL Internals&lt;/a&gt; mailinglist.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 09 Jun 2009 16:10:49 +0200</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/259-guid.html</guid>
    <category>collaborating</category>
<category>community</category>
<category>development</category>
<category>forge</category>
<category>mysql</category>
<category>news</category>
<category>oss</category>
<category>presentation</category>
<category>university</category>
<category>update</category>
<category>webinar</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>New alpha release of MySQL Connector/C++</title>
    <link>http://www.lenzg.net/archives/246-New-alpha-release-of-MySQL-ConnectorC++.html</link>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://www.lenzg.net/archives/246-New-alpha-release-of-MySQL-ConnectorC++.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=246</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=246</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;Version 1.0.3-alpha of the MySQL Connector/C++ has just been &lt;a href=&quot;http://lists.mysql.com/announce/584&quot;&gt;announced&lt;/a&gt; by Lawrin Novitsky and is now available for &lt;a href=&quot;http://dev.mysql.com/downloads/connector/cpp/1.0.html&quot;&gt;download&lt;/a&gt;. This driver is licensed under the GPL and is a new implementation of the MySQL Client/Server protocol. Instead of wrapping the C API calls in C++ methods, the implementation mimics the &lt;a href=&quot;http://java.sun.com/products/jdbc/download.html#corespec40&quot;&gt;JDBC API&lt;/a&gt;, which hopefully feels much more &amp;quot;native&amp;quot; to a seasoned C++ developer.&lt;/p&gt;
&lt;p&gt;The driver has been ported to a wide range of platforms and is about to hit the beta test phase. So if you&#039;re writing a C++ application that needs to connect to a MySQL Server, give it a try! The developers are always looking for &lt;a href=&quot;http://forge.mysql.com/wiki/Connector_C%2B%2B#Contact&quot;&gt;feedback&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;More information and examples on how to use it can be found on this detailed &lt;a href=&quot;http://forge.mysql.com/wiki/Connector_C%2B%2B&quot;&gt;Wiki page&lt;/a&gt; on the MySQL Forge.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 03 Mar 2009 13:11:15 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/246-guid.html</guid>
    <category>betatest</category>
<category>collaborating</category>
<category>community</category>
<category>connector</category>
<category>mysql</category>
<category>programming</category>
<category>update</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Updating from MySQL 5.0 to 5.1 - what's your experience?</title>
    <link>http://www.lenzg.net/archives/237-Updating-from-MySQL-5.0-to-5.1-whats-your-experience.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://www.lenzg.net/archives/237-Updating-from-MySQL-5.0-to-5.1-whats-your-experience.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=237</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=237</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;Now that &lt;a href=&quot;http://dev.mysql.com/downloads/mysql/5.1.html&quot;&gt;MySQL 5.1&lt;/a&gt; has finally been labeled and released as &amp;quot;GA&amp;quot;, we have noticed quite a significant increase in the download numbers for 5.1. I find this quite promising, despite the comments from some people that suggested to stay away from it for now. I performed updates of 5.0 to 5.1 several times already, and did not observe any serious problem so far. But then again, I am by no means a power user, so your mileage may vary...&lt;/p&gt;
&lt;p&gt;I assume that many of the users are already using some older versions of MySQL and will have to perform an upgrade from the previous version to the new one. As many things have been changed and improved between 5.0 and 5.1, an upgrade needs to be planned carefully. The MySQL reference manual has an &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.1/en/upgrading-from-5-0.html&quot;&gt;entire chapter&lt;/a&gt; devoted to this subject. The best general advice is probably to &lt;strong&gt;create a backup of your data first&lt;/strong&gt; before attempting to upgrade!&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;I performed an upgrade test on an &lt;a href=&quot;http://opensuse.org/&quot;&gt;openSUSE&lt;/a&gt; 11.0 system that was running on the MySQL version shipped with the distribution (5.0.51a). I first loaded it with some databases that I copied from other live systems (via SQL dumps). Then I grabbed the Server, Client and shared library RPMs the &amp;quot;&lt;a href=&quot;http://dev.mysql.com/downloads/mysql/5.1.html#linux-x86-32bit-rpms&quot;&gt;Linux x86 generic RPM (dynamically linked)&lt;/a&gt;&amp;quot; section of the 5.1 downloads page and installed them with &lt;tt&gt;rpm -Uhv MySQL-server-5.1.30-0.glibc23.i386.rpm MySQL-client-5.1.30-0.glibc23.i386.rpm MySQL-shared-5.1.30-0.glibc23.i386.rpm&lt;/tt&gt;. The packages were installed without a hitch and properly replaced the existing 5.0 packages (even though they use different package names). I then restarted the server and ran &lt;tt&gt;mysql_upgrade&lt;/tt&gt; afterwards.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Success! I was pretty impressed how smooth this upgrade was performed. So far, I did not notice any regression or incompatibility. But I would be interested in hearing stories and comments from other users about their upgrade experiences!&lt;/p&gt;
&lt;p&gt;So here are some questions I would like you to answer &amp;mdash; I would appreciate your feedback either via this blog or by email to firstname at sun dot com:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;What are your expectations and most important requirements for performing MySQL upgrades?&lt;/li&gt;
    &lt;li&gt;Have you upgraded to MySQL 5.1 yet?&lt;/li&gt;
    &lt;li&gt;If not, why not?&lt;/li&gt;
    &lt;li&gt;If yes, what was your upgrade experience like? Any serious issues or problems? What platform and package format did you use?&lt;/li&gt;
    &lt;li&gt;Did you use the documentation in our reference manual to perform the update? Was it helpful? What could be improved?&lt;/li&gt;
    &lt;li&gt;Do you have any other comments/suggestions on the topic of upgrading MySQL?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I am looking forward to your comments. Thanks and Happy Holidays!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 20 Dec 2008 04:13:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/237-guid.html</guid>
    <category>collaborating</category>
<category>mysql</category>
<category>rpm</category>
<category>suse</category>
<category>update</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>PlanetMySQL now available in Italian as well!</title>
    <link>http://www.lenzg.net/archives/233-PlanetMySQL-now-available-in-Italian-as-well!.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://www.lenzg.net/archives/233-PlanetMySQL-now-available-in-Italian-as-well!.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=233</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=233</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;FYI, we&#039;ve now added an Italian section on Planet MySQL: &lt;a href=&quot;http://it.planetmysql.org&quot;&gt;http://it.planetmysql.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you are a MySQL enthusiast from Italy and would like to start blogging about it in your native language, please consider &lt;a href=&quot;http://it.planetmysql.org/newfeed.php&quot;&gt;submitting your feed&lt;/a&gt; for inclusion!&lt;/p&gt;
&lt;p&gt;Giuseppe just recently &lt;a href=&quot;http://incantatoredidati.blogspot.com/&quot;&gt;started blogging in Italian&lt;/a&gt; as well and has already added his feed there.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 09 Dec 2008 21:51:45 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/233-guid.html</guid>
    <category>blog</category>
<category>collaborating</category>
<category>community</category>
<category>mysql</category>
<category>news</category>
<category>planetmysql</category>
<category>update</category>
<category>web</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>

</channel>
</rss>