<?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.32 is now available</title>
	<atom:link href="http://www.dotdeb.org/2009/03/10/mysql-5132-is-now-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotdeb.org/2009/03/10/mysql-5132-is-now-available/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysql-5132-is-now-available</link>
	<description>The repository for Debian-based LAMP servers</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:02:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Guillaume Plessis</title>
		<link>http://www.dotdeb.org/2009/03/10/mysql-5132-is-now-available/comment-page-1/#comment-1094</link>
		<dc:creator>Guillaume Plessis</dc:creator>
		<pubDate>Thu, 09 Jul 2009 09:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=198#comment-1094</guid>
		<description>That&#039;s an old Debian (therefore Dotdeb) compatibility setting. It will disapear in the next mysql-common package (upcoming 5.1.36?).</description>
		<content:encoded><![CDATA[<p>That&#8217;s an old Debian (therefore Dotdeb) compatibility setting. It will disapear in the next mysql-common package (upcoming 5.1.36?).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Trahey</title>
		<link>http://www.dotdeb.org/2009/03/10/mysql-5132-is-now-available/comment-page-1/#comment-1092</link>
		<dc:creator>Chris Trahey</dc:creator>
		<pubDate>Thu, 09 Jul 2009 00:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=198#comment-1092</guid>
		<description>Thanks, Guillaume.
Sure thing, it&#039;s in the .cnf file.
Is that default from the MySQL Distro, or a dotdeb thing?</description>
		<content:encoded><![CDATA[<p>Thanks, Guillaume.<br />
Sure thing, it&#8217;s in the .cnf file.<br />
Is that default from the MySQL Distro, or a dotdeb thing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Plessis</title>
		<link>http://www.dotdeb.org/2009/03/10/mysql-5132-is-now-available/comment-page-1/#comment-1068</link>
		<dc:creator>Guillaume Plessis</dc:creator>
		<pubDate>Mon, 06 Jul 2009 09:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=198#comment-1068</guid>
		<description>@Chris Trahey : Please check that the &quot;old-passwords&quot; option is unset or set to 0 in your my.cnf (/etc/mysql/my.cnf, ~/.my.cnf)</description>
		<content:encoded><![CDATA[<p>@Chris Trahey : Please check that the &#8220;old-passwords&#8221; option is unset or set to 0 in your my.cnf (/etc/mysql/my.cnf, ~/.my.cnf)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Trahey</title>
		<link>http://www.dotdeb.org/2009/03/10/mysql-5132-is-now-available/comment-page-1/#comment-1067</link>
		<dc:creator>Chris Trahey</dc:creator>
		<pubDate>Sun, 05 Jul 2009 02:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=198#comment-1067</guid>
		<description>I am having problems with the password() function... it is possible this is by design, but I couldn&#039;t find documentation.
It is returning the same value as old_password() (16 byte). It is as if password() is aliased in this (dotdeb) release.

I have another machine running 5.1.33 community, and the issue is not present. 

Is this something in the config I can change?
Thanks!</description>
		<content:encoded><![CDATA[<p>I am having problems with the password() function&#8230; it is possible this is by design, but I couldn&#8217;t find documentation.<br />
It is returning the same value as old_password() (16 byte). It is as if password() is aliased in this (dotdeb) release.</p>
<p>I have another machine running 5.1.33 community, and the issue is not present. </p>
<p>Is this something in the config I can change?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Stubblefield</title>
		<link>http://www.dotdeb.org/2009/03/10/mysql-5132-is-now-available/comment-page-1/#comment-760</link>
		<dc:creator>Michael Stubblefield</dc:creator>
		<pubDate>Wed, 08 Apr 2009 18:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=198#comment-760</guid>
		<description>For everyone having problems with the upgrade:

If you keep your my.cnf file, you will get errors, causing an incomplete installation and possibly issues downgrading to mysql 5.0

To avoid this, backup your my.cnf file and overwrite it, then just go through and redo any changes you had made before.

If you have this problem and now your db is hosed and can&#039;t revert to 5.0, and can&#039;t install 5.1:

go into your my.cnf file.  comment out the line (mentioned above):

skip-bdb

do this and retry install.  Should work now.</description>
		<content:encoded><![CDATA[<p>For everyone having problems with the upgrade:</p>
<p>If you keep your my.cnf file, you will get errors, causing an incomplete installation and possibly issues downgrading to mysql 5.0</p>
<p>To avoid this, backup your my.cnf file and overwrite it, then just go through and redo any changes you had made before.</p>
<p>If you have this problem and now your db is hosed and can&#8217;t revert to 5.0, and can&#8217;t install 5.1:</p>
<p>go into your my.cnf file.  comment out the line (mentioned above):</p>
<p>skip-bdb</p>
<p>do this and retry install.  Should work now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien Ballesté-Antich</title>
		<link>http://www.dotdeb.org/2009/03/10/mysql-5132-is-now-available/comment-page-1/#comment-755</link>
		<dc:creator>Sébastien Ballesté-Antich</dc:creator>
		<pubDate>Tue, 07 Apr 2009 10:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=198#comment-755</guid>
		<description>I re-run /usr/bin/mysql_upgrade --force script and got these errors :
mysql.general_log
Error    : You can&#039;t use locks with log tables.
status   : OK
mysql.slow_log
Error    : You can&#039;t use locks with log tables.
status   : OK

I&#039;m going to have a look for the second solution.</description>
		<content:encoded><![CDATA[<p>I re-run /usr/bin/mysql_upgrade &#8211;force script and got these errors :<br />
mysql.general_log<br />
Error    : You can&#8217;t use locks with log tables.<br />
status   : OK<br />
mysql.slow_log<br />
Error    : You can&#8217;t use locks with log tables.<br />
status   : OK</p>
<p>I&#8217;m going to have a look for the second solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Plessis</title>
		<link>http://www.dotdeb.org/2009/03/10/mysql-5132-is-now-available/comment-page-1/#comment-754</link>
		<dc:creator>Guillaume Plessis</dc:creator>
		<pubDate>Tue, 07 Apr 2009 09:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=198#comment-754</guid>
		<description>@Sébastien :  Try to execute /usr/bin/mysql_upgrade or try to upgrade to the fresh 5.1.33.</description>
		<content:encoded><![CDATA[<p>@Sébastien :  Try to execute /usr/bin/mysql_upgrade or try to upgrade to the fresh 5.1.33.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien Ballesté-Antich</title>
		<link>http://www.dotdeb.org/2009/03/10/mysql-5132-is-now-available/comment-page-1/#comment-753</link>
		<dc:creator>Sébastien Ballesté-Antich</dc:creator>
		<pubDate>Tue, 07 Apr 2009 09:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=198#comment-753</guid>
		<description>@Guilllaume,
Thanks, I did on both master and slave: 

STOP SLAVE;
SET SQL_LOG_BIN=0;
SET GLOBAL general_log = &#039;OFF&#039;;
USE mysql;
ALTER TABLE general_log MODIFY COLUMN server_id INTEGER UNSIGNED NOT NULL;
SET GLOBAL general_log = &#039;ON&#039;;
SET SQL_LOG_BIN=1;
START SLAVE;

But got always the same error.
Is it a good idead to re-run the upgrade script ? Where is it located ?</description>
		<content:encoded><![CDATA[<p>@Guilllaume,<br />
Thanks, I did on both master and slave: </p>
<p>STOP SLAVE;<br />
SET SQL_LOG_BIN=0;<br />
SET GLOBAL general_log = &#8216;OFF&#8217;;<br />
USE mysql;<br />
ALTER TABLE general_log MODIFY COLUMN server_id INTEGER UNSIGNED NOT NULL;<br />
SET GLOBAL general_log = &#8216;ON&#8217;;<br />
SET SQL_LOG_BIN=1;<br />
START SLAVE;</p>
<p>But got always the same error.<br />
Is it a good idead to re-run the upgrade script ? Where is it located ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Plessis</title>
		<link>http://www.dotdeb.org/2009/03/10/mysql-5132-is-now-available/comment-page-1/#comment-752</link>
		<dc:creator>Guillaume Plessis</dc:creator>
		<pubDate>Tue, 07 Apr 2009 09:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=198#comment-752</guid>
		<description>@Sébastien : No idea, it seems strange. Try to &quot;play&quot; general_log, SLAVE STOP, SHOW SLAVE STATUS, SLAVE START...

http://bugs.mysql.com/bug.php?id=39133</description>
		<content:encoded><![CDATA[<p>@Sébastien : No idea, it seems strange. Try to &#8220;play&#8221; general_log, SLAVE STOP, SHOW SLAVE STATUS, SLAVE START&#8230;</p>
<p><a href="http://bugs.mysql.com/bug.php?id=39133" rel="nofollow">http://bugs.mysql.com/bug.php?id=39133</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien Ballesté-Antich</title>
		<link>http://www.dotdeb.org/2009/03/10/mysql-5132-is-now-available/comment-page-1/#comment-751</link>
		<dc:creator>Sébastien Ballesté-Antich</dc:creator>
		<pubDate>Tue, 07 Apr 2009 09:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=198#comment-751</guid>
		<description>After the upgrade to this version, I got this replication&#039;s error :

&gt; SHOW SLAVE STATUS;

Error &#039;You cannot &#039;ALTER&#039; a log table if logging is enabled&#039; on query. Default database: &#039;mysql&#039;. Query: &#039;ALTER TABLE general_log MODIFY COLUMN server_id INTEGER UNSIGNED NOT NULL&#039; 

Any idea to fix ?</description>
		<content:encoded><![CDATA[<p>After the upgrade to this version, I got this replication&#8217;s error :</p>
<p>&gt; SHOW SLAVE STATUS;</p>
<p>Error &#8216;You cannot &#8216;ALTER&#8217; a log table if logging is enabled&#8217; on query. Default database: &#8216;mysql&#8217;. Query: &#8216;ALTER TABLE general_log MODIFY COLUMN server_id INTEGER UNSIGNED NOT NULL&#8217; </p>
<p>Any idea to fix ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 2/14 queries in 0.005 seconds using apc
Object Caching 344/347 objects using apc

Served from: www.dotdeb.org @ 2012-02-07 22:50:58 -->
