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

<channel>
	<title>Johns Blog &#187; MySQL</title>
	<atom:link href="http://blogs.gnome.org/johncarr/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/johncarr</link>
	<description>Making your brain invert and fall out of your ear since 2007</description>
	<lastBuildDate>Tue, 11 Aug 2009 09:59:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Finally fixed mysql</title>
		<link>http://blogs.gnome.org/johncarr/2007/10/16/finally-fixed-mysql/</link>
		<comments>http://blogs.gnome.org/johncarr/2007/10/16/finally-fixed-mysql/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 10:05:56 +0000</pubDate>
		<dc:creator>John Carr</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/?p=35</guid>
		<description><![CDATA[Took my sweet time but i finally fixed my mysql problem &#8211; at some point when I set my mail server up i screwed up the debian-sys-maint account. This meant that the init script kept failing and apt-get upgrade wouldn&#8217;t work.
If anyone else hits a problem with their debian-sys-maint account, you can find its password [...]]]></description>
			<content:encoded><![CDATA[<p>Took my sweet time but i finally fixed my mysql problem &#8211; at some point when I set my mail server up i screwed up the debian-sys-maint account. This meant that the init script kept failing and apt-get upgrade wouldn&#8217;t work.</p>
<p>If anyone else hits a problem with their debian-sys-maint account, you can find its password in /etc/mysql/debian.cnf. You can then mysql -u root -p and do something like:</p>
<p><code>USE mysql;<br />
UPDATE users SET password=PASSWORD('password-from-debian.cnf') WHERE user='debian-sys-maint';<br />
FLUSH PRIVILEGES;</code></p>
<p>Solved.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/johncarr/2007/10/16/finally-fixed-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
