<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: MySQL 5.1.40 is available for Debian &#8220;Lenny&#8221; and &#8220;Etch&#8221; with InnoDB-plugin support</title>
	<atom:link href="http://www.dotdeb.org/2009/11/02/mysql-5-1-40-is-available-for-debian-lenny-and-etch-with-innodb-plugin-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotdeb.org/2009/11/02/mysql-5-1-40-is-available-for-debian-lenny-and-etch-with-innodb-plugin-support/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mysql-5-1-40-is-available-for-debian-lenny-and-etch-with-innodb-plugin-support</link>
	<description>The repository for Debian-based LAMP servers</description>
	<lastBuildDate>Mon, 06 Sep 2010 00:41:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: bpizzi</title>
		<link>http://www.dotdeb.org/2009/11/02/mysql-5-1-40-is-available-for-debian-lenny-and-etch-with-innodb-plugin-support/comment-page-1/#comment-1946</link>
		<dc:creator>bpizzi</dc:creator>
		<pubDate>Mon, 14 Dec 2009 12:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=291#comment-1946</guid>
		<description>Thanks a lot!

Successfully installed on ubuntu 8.04, in place of 5.0.51a.</description>
		<content:encoded><![CDATA[<p>Thanks a lot!</p>
<p>Successfully installed on ubuntu 8.04, in place of 5.0.51a.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Plessis</title>
		<link>http://www.dotdeb.org/2009/11/02/mysql-5-1-40-is-available-for-debian-lenny-and-etch-with-innodb-plugin-support/comment-page-1/#comment-1749</link>
		<dc:creator>Guillaume Plessis</dc:creator>
		<pubDate>Wed, 25 Nov 2009 15:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=291#comment-1749</guid>
		<description>@Fabien Viry : A blog post about the MySQL 5.1.41 is on its way.

About your problem : it&#039;s ok to have both libmysqlclient15off and libmysqlclient16 on your system. The first is needed by the regular Debian packages. The second is needed by mysql-server-5.1.

The PHPMyAdmin message is just an annoying warning that you should ignore (I had a lot of comments about it, but no real issue).

About your MySQL Administrator issue, please contact me with more info : gui_at_php_dot_net</description>
		<content:encoded><![CDATA[<p>@Fabien Viry : A blog post about the MySQL 5.1.41 is on its way.</p>
<p>About your problem : it&#8217;s ok to have both libmysqlclient15off and libmysqlclient16 on your system. The first is needed by the regular Debian packages. The second is needed by mysql-server-5.1.</p>
<p>The PHPMyAdmin message is just an annoying warning that you should ignore (I had a lot of comments about it, but no real issue).</p>
<p>About your MySQL Administrator issue, please contact me with more info : gui_at_php_dot_net</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabien Viry</title>
		<link>http://www.dotdeb.org/2009/11/02/mysql-5-1-40-is-available-for-debian-lenny-and-etch-with-innodb-plugin-support/comment-page-1/#comment-1748</link>
		<dc:creator>Fabien Viry</dc:creator>
		<pubDate>Wed, 25 Nov 2009 15:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=291#comment-1748</guid>
		<description>Hi,

There seems to be an issue with those packages :

&lt;code&gt;
# dpkg -l &#124; grep mysql :
ii  libmysqlclient15off               5.0.51a-24+lenny2          MySQL database client library
ii  libmysqlclient16                  5.1.41-1.dotdeb.1          MySQL database client library
ii  mysql-client-5.1                  5.1.41-1.dotdeb.1          MySQL database client binaries
ii  mysql-common                      5.1.41-1.dotdeb.1          MySQL database common files (e.g. /etc/mysql/my.cnf)
rc  mysql-server-5.0                  5.0.51a-24+lenny2          MySQL database server binaries
ii  mysql-server-5.1                  5.1.41-1.dotdeb.1          MySQL database server binaries
ii  php5-mysql                        5.2.11-0.dotdeb.1          MySQL module for php5
&lt;/code&gt;

libmysqlclient15off can&#039;t be uninstalled (bundled with apache2 in lenny)
libmysqlclient16 doesn&#039;t seem to take over as it should be as I get the following message in phpmyamdin :

&quot;La version de votre bibliothèque MySQL (5.0.51a) diffère de la version de votre serveur MySQL (5.1.41). Ceci peut occasionner un comportement imprévisible.&quot; (sorry it&#039;s in French but it says it&#039;s using libmysqlclient15off instead of libmysqlclient16).

Moreover, connecting to the MySQL server via MySQL Administrator no longer works.

The rest works OK but I&#039;m not risking any stability issue. I&#039;ll stick to version 5.051 for now.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>There seems to be an issue with those packages :</p>
<p><code><br />
# dpkg -l | grep mysql :<br />
ii  libmysqlclient15off               5.0.51a-24+lenny2          MySQL database client library<br />
ii  libmysqlclient16                  5.1.41-1.dotdeb.1          MySQL database client library<br />
ii  mysql-client-5.1                  5.1.41-1.dotdeb.1          MySQL database client binaries<br />
ii  mysql-common                      5.1.41-1.dotdeb.1          MySQL database common files (e.g. /etc/mysql/my.cnf)<br />
rc  mysql-server-5.0                  5.0.51a-24+lenny2          MySQL database server binaries<br />
ii  mysql-server-5.1                  5.1.41-1.dotdeb.1          MySQL database server binaries<br />
ii  php5-mysql                        5.2.11-0.dotdeb.1          MySQL module for php5<br />
</code></p>
<p>libmysqlclient15off can&#8217;t be uninstalled (bundled with apache2 in lenny)<br />
libmysqlclient16 doesn&#8217;t seem to take over as it should be as I get the following message in phpmyamdin :</p>
<p>&#8220;La version de votre bibliothèque MySQL (5.0.51a) diffère de la version de votre serveur MySQL (5.1.41). Ceci peut occasionner un comportement imprévisible.&#8221; (sorry it&#8217;s in French but it says it&#8217;s using libmysqlclient15off instead of libmysqlclient16).</p>
<p>Moreover, connecting to the MySQL server via MySQL Administrator no longer works.</p>
<p>The rest works OK but I&#8217;m not risking any stability issue. I&#8217;ll stick to version 5.051 for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shadow-Dragon</title>
		<link>http://www.dotdeb.org/2009/11/02/mysql-5-1-40-is-available-for-debian-lenny-and-etch-with-innodb-plugin-support/comment-page-1/#comment-1663</link>
		<dc:creator>Shadow-Dragon</dc:creator>
		<pubDate>Mon, 16 Nov 2009 21:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=291#comment-1663</guid>
		<description>Upgrade fails with:
cp: Überschreiben des Verzeichnisses „/var/lib/mysql-upgrade/DATADIR.link/mysql“ mit Nicht‐Verzeichnis nicht möglich.
dpkg: Fehler beim Bearbeiten von /var/cache/apt/archives/mysql-server-5.1_5.1.40-0.dotdeb.1_i386.deb (--unpack):
 Unterprozess pre-installation script gab den Fehlerwert 1 zurück

why?

Lg</description>
		<content:encoded><![CDATA[<p>Upgrade fails with:<br />
cp: Überschreiben des Verzeichnisses „/var/lib/mysql-upgrade/DATADIR.link/mysql“ mit Nicht‐Verzeichnis nicht möglich.<br />
dpkg: Fehler beim Bearbeiten von /var/cache/apt/archives/mysql-server-5.1_5.1.40-0.dotdeb.1_i386.deb (&#8211;unpack):<br />
 Unterprozess pre-installation script gab den Fehlerwert 1 zurück</p>
<p>why?</p>
<p>Lg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: earlyupdater</title>
		<link>http://www.dotdeb.org/2009/11/02/mysql-5-1-40-is-available-for-debian-lenny-and-etch-with-innodb-plugin-support/comment-page-1/#comment-1623</link>
		<dc:creator>earlyupdater</dc:creator>
		<pubDate>Thu, 05 Nov 2009 01:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=291#comment-1623</guid>
		<description>pls. disregard the comments svn-ed my.cnf showed the default dir in the directory stanza. This is NOT a mysql problem.</description>
		<content:encoded><![CDATA[<p>pls. disregard the comments svn-ed my.cnf showed the default dir in the directory stanza. This is NOT a mysql problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: earlyupdater</title>
		<link>http://www.dotdeb.org/2009/11/02/mysql-5-1-40-is-available-for-debian-lenny-and-etch-with-innodb-plugin-support/comment-page-1/#comment-1622</link>
		<dc:creator>earlyupdater</dc:creator>
		<pubDate>Thu, 05 Nov 2009 00:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=291#comment-1622</guid>
		<description>let me take that back the .40 data loss back -

the problem appeared as data loss as some miraculous switching of data directories between .39 and .40 occured. That is mysql appears to have worked in its default directory for an extended period of time instead of the non-default data dir defined in my.cnf. Updating seems to have triggered a latent bug or other environment-specific problem to it having been in the default dir, the db restart due to .40 started the db in its non-default directory. mysql control is purely and unchanged over releases over /etc/init.d/mysql . I can narrow the time but can not tell exactly when the switch from custom to default data dir occurred.</description>
		<content:encoded><![CDATA[<p>let me take that back the .40 data loss back -</p>
<p>the problem appeared as data loss as some miraculous switching of data directories between .39 and .40 occured. That is mysql appears to have worked in its default directory for an extended period of time instead of the non-default data dir defined in my.cnf. Updating seems to have triggered a latent bug or other environment-specific problem to it having been in the default dir, the db restart due to .40 started the db in its non-default directory. mysql control is purely and unchanged over releases over /etc/init.d/mysql . I can narrow the time but can not tell exactly when the switch from custom to default data dir occurred.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: earlyupdater</title>
		<link>http://www.dotdeb.org/2009/11/02/mysql-5-1-40-is-available-for-debian-lenny-and-etch-with-innodb-plugin-support/comment-page-1/#comment-1621</link>
		<dc:creator>earlyupdater</dc:creator>
		<pubDate>Wed, 04 Nov 2009 23:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=291#comment-1621</guid>
		<description>careful - data loss appears to have occurred with the update</description>
		<content:encoded><![CDATA[<p>careful &#8211; data loss appears to have occurred with the update</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vide</title>
		<link>http://www.dotdeb.org/2009/11/02/mysql-5-1-40-is-available-for-debian-lenny-and-etch-with-innodb-plugin-support/comment-page-1/#comment-1611</link>
		<dc:creator>Vide</dc:creator>
		<pubDate>Mon, 02 Nov 2009 09:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=291#comment-1611</guid>
		<description>Just updated a running 5.1.39 test machine with the libmysqlclient-dev. Remember to UNINSTALL libmysqlclient-dev before updating to 5.1.40 otherwise it will conflict (due to  ha_innodb_plugin.so being present in both packages).
Apart from this, it updated flawlessly. 

Thanks!</description>
		<content:encoded><![CDATA[<p>Just updated a running 5.1.39 test machine with the libmysqlclient-dev. Remember to UNINSTALL libmysqlclient-dev before updating to 5.1.40 otherwise it will conflict (due to  ha_innodb_plugin.so being present in both packages).<br />
Apart from this, it updated flawlessly. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
