<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: MySQL 5.0.54 respin (to 5.0.54a)</title>
	<link>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/</link>
	<description>The random thoughts, musings, and mindless drivel of Jason Litka</description>
	<pubDate>Sat, 11 Oct 2008 05:16:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Dmitriy Kropivnitskiy</title>
		<link>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-35851</link>
		<dc:creator>Dmitriy Kropivnitskiy</dc:creator>
		<pubDate>Thu, 02 Oct 2008 17:04:08 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-35851</guid>
		<description>Jason, is this repository still active? Are you planning to package subversion 1.5.x?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Jason, is this repository still active? Are you planning to package subversion 1.5.x?<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nep</title>
		<link>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-30770</link>
		<dc:creator>nep</dc:creator>
		<pubDate>Fri, 22 Aug 2008 19:32:12 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-30770</guid>
		<description>Yet another one lost to the engagement.. he's probably got nice shirts, and a haircut by now.

RIP, nerdling.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Yet another one lost to the engagement.. he's probably got nice shirts, and a haircut by now.</p>
<p>RIP, nerdling.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anatol</title>
		<link>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-30693</link>
		<dc:creator>Anatol</dc:creator>
		<pubDate>Fri, 22 Aug 2008 07:33:45 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-30693</guid>
		<description>Hi,

I made a yum install with Jason's repository on a new VPS (CentOS5, 64Bit). I got an error message that some MySQL files conflict so I stopped the service and yum removed mysql. After that the yum install happened without any problem.

Unfortunately now MySQL does not seem to be installed.

#rpm mysql -q
mysql-5.0.45-7.el5
mysql-5.0.58-jason.2

But there should be more. Also I don't find any mysqld file on the whole server. Needless to say that 'service mysal start' only returns 'unrecognized service'. When I try to start the client (as root) it says:

#mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

I tried to install or update mysql again using yum, but now yum does not seem to work properly any more:

#yum install mysql
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * utterramblings: www.jasonlitka.com
 * base: mirror.webhost.co.nz
 * updates: mirror.webhost.co.nz
 * addons: mirror.webhost.co.nz
 * extras: mirror.webhost.co.nz
updates   : ################################################## 429/429
addons                    100% &#124;=========================&#124;  951 B    00:00
primary.xml.gz            100% &#124;=========================&#124;  157 B    00:00

(process:18149): GLib-CRITICAL **: g_timer_stop: assertion `timer != NULL' failed

(process:18149): GLib-CRITICAL **: g_timer_destroy: assertion `timer != NULL' failed
Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in ?
    yummain.main(sys.argv[1:])
  File "/usr/share/yum-cli/yummain.py", line 105, in main
    result, resultmsgs = base.doCommands()
  File "/usr/share/yum-cli/cli.py", line 289, in doCommands
    self._getTs()
  File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 85, in _getTs
    self._getTsInfo()
  File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 91, in _getTsInfo
    self._tsInfo.setDatabases(self.rpmdb, self.pkgSack)
  File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 537, in 
    pkgSack = property(fget=lambda self: self._getSacks(),
  File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 392, in _getSacks
    self.repos.populateSack(which=repos)
  File "/usr/lib/python2.4/site-packages/yum/repos.py", line 242, in populateSack
    sack.populate(repo, mdtype, callback, cacheonly)
  File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 168, in populate
    dobj = repo_cache_function(xml, csum)
  File "/usr/lib64/python2.4/site-packages/sqlitecachec.py", line 42, in getPrimary
    self.repoid))
TypeError: Can not open SQL database: unable to open database file

-------------
Sorry to post this much stuff here. I just don't know what to do now.

I tried 'yum clean all' and 'rm -f /var/lib/rpm/__db*' and 'rpm --rebuilddb. but no luck.

Any hint would be greatly appreciated.

Cheers!
Anatol</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Hi,</p>
<p>I made a yum install with Jason's repository on a new VPS (CentOS5, 64Bit). I got an error message that some MySQL files conflict so I stopped the service and yum removed mysql. After that the yum install happened without any problem.</p>
<p>Unfortunately now MySQL does not seem to be installed.</p>
<p>#rpm mysql -q<br />
mysql-5.0.45-7.el5<br />
mysql-5.0.58-jason.2</p>
<p>But there should be more. Also I don't find any mysqld file on the whole server. Needless to say that 'service mysal start' only returns 'unrecognized service'. When I try to start the client (as root) it says:</p>
<p>#mysql<br />
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)</p>
<p>I tried to install or update mysql again using yum, but now yum does not seem to work properly any more:</p>
<p>#yum install mysql<br />
Loading "fastestmirror" plugin<br />
Loading mirror speeds from cached hostfile<br />
 * utterramblings: <a href="http://www.jasonlitka.com" >http://www.jasonlitka.com</a><br />
 * base: mirror.webhost.co.nz<br />
 * updates: mirror.webhost.co.nz<br />
 * addons: mirror.webhost.co.nz<br />
 * extras: mirror.webhost.co.nz<br />
updates   : ################################################## 429/429<br />
addons                    100% |=========================|  951 B    00:00<br />
primary.xml.gz            100% |=========================|  157 B    00:00</p>
<p>(process:18149): GLib-CRITICAL **: g_timer_stop: assertion `timer != NULL' failed</p>
<p>(process:18149): GLib-CRITICAL **: g_timer_destroy: assertion `timer != NULL' failed<br />
Traceback (most recent call last):<br />
  File "/usr/bin/yum", line 29, in ?<br />
    yummain.main(sys.argv[1:])<br />
  File "/usr/share/yum-cli/yummain.py", line 105, in main<br />
    result, resultmsgs = base.doCommands()<br />
  File "/usr/share/yum-cli/cli.py", line 289, in doCommands<br />
    self._getTs()<br />
  File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 85, in _getTs<br />
    self._getTsInfo()<br />
  File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 91, in _getTsInfo<br />
    self._tsInfo.setDatabases(self.rpmdb, self.pkgSack)<br />
  File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 537, in<br />
    pkgSack = property(fget=lambda self: self._getSacks(),<br />
  File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 392, in _getSacks<br />
    self.repos.populateSack(which=repos)<br />
  File "/usr/lib/python2.4/site-packages/yum/repos.py", line 242, in populateSack<br />
    sack.populate(repo, mdtype, callback, cacheonly)<br />
  File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 168, in populate<br />
    dobj = repo_cache_function(xml, csum)<br />
  File "/usr/lib64/python2.4/site-packages/sqlitecachec.py", line 42, in getPrimary<br />
    self.repoid))<br />
TypeError: Can not open SQL database: unable to open database file</p>
<p>-------------<br />
Sorry to post this much stuff here. I just don't know what to do now.</p>
<p>I tried 'yum clean all' and 'rm -f /var/lib/rpm/__db*' and 'rpm --rebuilddb. but no luck.</p>
<p>Any hint would be greatly appreciated.</p>
<p>Cheers!<br />
Anatol<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin</title>
		<link>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-29477</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Wed, 13 Aug 2008 05:43:57 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-29477</guid>
		<description>Im angry. I did research into who was spamming me soooo fucking much on my email, and half of the websites come back to this domain. Please make a stand and do something to get rid of them. You must know how annoying it is. Below are the websites attached as the ass end of their email ie; peter@burnonly.com

Burnonly.com
bagswarn.com
laughadd.com
getfall.com
tripuse.com

about 80% of all of my spam websites link to yours actually, and thats really dumb</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Im angry. I did research into who was spamming me soooo fucking much on my email, and half of the websites come back to this domain. Please make a stand and do something to get rid of them. You must know how annoying it is. Below are the websites attached as the ass end of their email ie; <a href="mailto:peter@burnonly.com">peter@burnonly.com</a></p>
<p>Burnonly.com<br />
bagswarn.com<br />
laughadd.com<br />
getfall.com<br />
tripuse.com</p>
<p>about 80% of all of my spam websites link to yours actually, and thats really dumb<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dyn</title>
		<link>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-28346</link>
		<dc:creator>dyn</dc:creator>
		<pubDate>Thu, 31 Jul 2008 17:30:48 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-28346</guid>
		<description>Are you still updating? Everything seems inactive lately.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Are you still updating? Everything seems inactive lately.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-28339</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Thu, 31 Jul 2008 16:01:38 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-28339</guid>
		<description>@Jason,

Anyway you could release 5.0.66a?

http://mirror.provenscaling.com/mysql/enterprise/source/5.0/mysql-5.0.66a.tar.gz

Thank you in advance

Jesse</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->@Jason,</p>
<p>Anyway you could release 5.0.66a?</p>
<p><a href="http://mirror.provenscaling.com/mysql/enterprise/source/5.0/mysql-5.0.66a.tar.gz" >http://mirror.provenscaling.com/mysql/enterprise/source/5.0/mysql-5.0.66a.tar.gz</a></p>
<p>Thank you in advance</p>
<p>Jesse<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kodiak</title>
		<link>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-27609</link>
		<dc:creator>Kodiak</dc:creator>
		<pubDate>Fri, 25 Jul 2008 18:18:12 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-27609</guid>
		<description>@Brian:

Thanks!  I thought about doing that but I wasn't sure if it would work or not.  I tried it and it worked great.

--Jason</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->@Brian:</p>
<p>Thanks!  I thought about doing that but I wasn't sure if it would work or not.  I tried it and it worked great.</p>
<p>--Jason<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Racer</title>
		<link>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-27599</link>
		<dc:creator>Brian Racer</dc:creator>
		<pubDate>Fri, 25 Jul 2008 15:55:19 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-27599</guid>
		<description>Kodiak,

yum --enablerepo=utterramblings --exclude=php* update mysql*</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Kodiak,</p>
<p>yum --enablerepo=utterramblings --exclude=php* update mysql*<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kodiak</title>
		<link>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-27598</link>
		<dc:creator>Kodiak</dc:creator>
		<pubDate>Fri, 25 Jul 2008 15:43:15 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-27598</guid>
		<description>Jason,

I am running CentOS 4.6 with Interworx control panel on a VPS.  I am interested in upgrading to MySQL 5, but for various reasons, I need to keep PHP 4 around for a little while longer.  I'm actually running PHP 5 (built from source) in an alternate location, so that I have a choice of either PHP 4 or PHP 5 via suPHP.

I was directed to your site from a post on the Interworx forums.  You came highly recommended, and from the comments here, I feel I can trust that your packages are legit.

I've installed your utterramblings repo in yum, but set enabled=0 to ensure that I don't upgrade anything (like PHP) accidentally.  I then use the command:

yum --enablerepo=utterramblings update mysql*

Yum does its thing and eventually spits out a list of what it will update.  This includes a few php dependancies (php-common, php-pdo, and php-mysql).  Obviously php-mysql needs to be updated, but php-pdo is PHP 5-only and I'm not sure about php-common).  Is it safe to let yum install these and keep PHP 4 working?  Or is it even possible to upgrade MySQL and not PHP?  Any help you can provide will be greatly appreciated.

FWIW, my "alternate" PHP5 install already has PDO and its working great.

--Jason</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Jason,</p>
<p>I am running CentOS 4.6 with Interworx control panel on a VPS.  I am interested in upgrading to MySQL 5, but for various reasons, I need to keep PHP 4 around for a little while longer.  I'm actually running PHP 5 (built from source) in an alternate location, so that I have a choice of either PHP 4 or PHP 5 via suPHP.</p>
<p>I was directed to your site from a post on the Interworx forums.  You came highly recommended, and from the comments here, I feel I can trust that your packages are legit.</p>
<p>I've installed your utterramblings repo in yum, but set enabled=0 to ensure that I don't upgrade anything (like PHP) accidentally.  I then use the command:</p>
<p>yum --enablerepo=utterramblings update mysql*</p>
<p>Yum does its thing and eventually spits out a list of what it will update.  This includes a few php dependancies (php-common, php-pdo, and php-mysql).  Obviously php-mysql needs to be updated, but php-pdo is PHP 5-only and I'm not sure about php-common).  Is it safe to let yum install these and keep PHP 4 working?  Or is it even possible to upgrade MySQL and not PHP?  Any help you can provide will be greatly appreciated.</p>
<p>FWIW, my "alternate" PHP5 install already has PDO and its working great.</p>
<p>--Jason<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Haveland-Robinson</title>
		<link>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-27309</link>
		<dc:creator>Andy Haveland-Robinson</dc:creator>
		<pubDate>Wed, 23 Jul 2008 13:31:28 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2008/02/08/mysql-5054-respin-to-5054a/#comment-27309</guid>
		<description>Hi Jason,

I think I am going mad... I am using your 5.0.54a on a replicating system on Centos 5.1, but mysqld as slave is crashing consistently on a couple of simple queries:

DELETE FROM contest_score WHERE cid IN (1, 2) AND period_start &#62;= FROM_UNIXTIME(1186347600)
DELETE FROM captcha WHERE created&#60;DATE_SUB(NOW(),INTERVAL 1 HOUR)
(contest_score has three primary unique indices, and captcha is in memory.)
The slave doesn't crash I exclude the databases that use these queries from replicating.

My problem is that I want to compile the srpm without stripping symbols to get a meaningful stack trace.

I managed to unpack the srpm, modify the spec file to use --with-debug, but every time the symbols are stripped, even if I rename /usr/bin/strip to something else.

%define __os_install_post /usr/lib/rpm/brp-compress didn't help either (but not sure where to put it!)
What else would I have to modify to get a real debug version of the code?

Cheers,
Andy.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Hi Jason,</p>
<p>I think I am going mad... I am using your 5.0.54a on a replicating system on Centos 5.1, but mysqld as slave is crashing consistently on a couple of simple queries:</p>
<p>DELETE FROM contest_score WHERE cid IN (1, 2) AND period_start &gt;= FROM_UNIXTIME(1186347600)<br />
DELETE FROM captcha WHERE created&lt;DATE_SUB(NOW(),INTERVAL 1 HOUR)<br />
(contest_score has three primary unique indices, and captcha is in memory.)<br />
The slave doesn't crash I exclude the databases that use these queries from replicating.</p>
<p>My problem is that I want to compile the srpm without stripping symbols to get a meaningful stack trace.</p>
<p>I managed to unpack the srpm, modify the spec file to use --with-debug, but every time the symbols are stripped, even if I rename /usr/bin/strip to something else.</p>
<p>%define __os_install_post /usr/lib/rpm/brp-compress didn't help either (but not sure where to put it!)<br />
What else would I have to modify to get a real debug version of the code?</p>
<p>Cheers,<br />
Andy.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
