<?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>h3x.no &#187; MySQL</title>
	<atom:link href="http://h3x.no/tag/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://h3x.no</link>
	<description>Tor Henning Ueland`s thoughts about technology and other stuff</description>
	<lastBuildDate>Fri, 30 Jul 2010 21:20:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to reset MySQL root password</title>
		<link>http://h3x.no/2009/07/22/how-to-reset</link>
		<comments>http://h3x.no/2009/07/22/how-to-reset#comments</comments>
		<pubDate>Wed, 22 Jul 2009 22:15:43 +0000</pubDate>
		<dc:creator>Tor Henning Ueland</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.h3x.no/?p=94</guid>
		<description><![CDATA[To reset the MySQL root password, do the following: USE DATABASE mysql; SET PASSWORD FOR root@localhost=PASSWORD(&#8216;yournewpassword&#8217;); FLUSH PRIVILEGES; And voila! You have changed your password. PS: If you have a &#8220;problem&#8221; with beeing able to login to MySQL without using password (even when it is set in MySQL), try to edit or delete ~/my.cnf, since [...]]]></description>
			<content:encoded><![CDATA[<p>To reset the MySQL root password, do the following:</p>
<blockquote><p><strong>USE DATABASE mysql;<br />
SET PASSWORD FOR root@localhost=PASSWORD(&#8216;yournewpassword&#8217;);<br />
FLUSH PRIVILEGES; </strong></p></blockquote>
<p>And voila! You have changed your password.</p>
<p><strong>PS: </strong>If you have a &#8220;problem&#8221; with beeing able to login to MySQL without using password (even when it is set in MySQL), try to edit or delete ~/my.cnf, since that holds information used to avoid the login promt.</p>
]]></content:encoded>
			<wfw:commentRss>http://h3x.no/2009/07/22/how-to-reset/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for the &#8220;Out of memory! Callback called exit.&#8221; error in Request Tracker (RT)</title>
		<link>http://h3x.no/2009/04/17/fix-for-the-out-of-memory-callback-called-exit-error-in-request-tracker-rt</link>
		<comments>http://h3x.no/2009/04/17/fix-for-the-out-of-memory-callback-called-exit-error-in-request-tracker-rt#comments</comments>
		<pubDate>Fri, 17 Apr 2009 13:54:32 +0000</pubDate>
		<dc:creator>Tor Henning Ueland</dc:creator>
				<category><![CDATA[Request Tracker]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[RT]]></category>

		<guid isPermaLink="false">http://www.h3x.no/?p=30</guid>
		<description><![CDATA[When RT is upgraded, users can experience WSOD(White Screen Of Death), all the log will say is: &#8220;Out of memory! Callback called exit.&#8221;. Not so informative eh? The solution is pretty simple, run this query in the database: &#8220;ALTER TABLE sessions CHANGE a_session a_session LONGBLOB;&#8221; Then clear the table with: TRUNCATE TABLE `sessions`; Any logged [...]]]></description>
			<content:encoded><![CDATA[<p>When RT is upgraded, users can experience WSOD(White Screen Of Death), all the log will say is:<br />
&#8220;Out of memory! Callback called exit.&#8221;. Not so informative eh?</p>
<p>The solution is pretty simple, run this query in the database:</p>
<p>&#8220;ALTER TABLE sessions CHANGE a_session a_session LONGBLOB;&#8221;</p>
<p>Then clear the table with:</p>
<p>TRUNCATE TABLE `sessions`;</p>
<p>Any logged in users will be logged out, but the problem should disappear.</p>
]]></content:encoded>
			<wfw:commentRss>http://h3x.no/2009/04/17/fix-for-the-out-of-memory-callback-called-exit-error-in-request-tracker-rt/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
