<?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>databasically // Kansas City Small Business IT &#38;&#38; Ruby on Rails Programming &#187; Database</title>
	<atom:link href="http://databasically.com/category/blog/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://databasically.com</link>
	<description>Kansas City Small Business IT</description>
	<lastBuildDate>Tue, 20 Jul 2010 21:35:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changing the mysql root password</title>
		<link>http://databasically.com/2009/01/20/changing-the-mysql-root-password/</link>
		<comments>http://databasically.com/2009/01/20/changing-the-mysql-root-password/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 21:54:05 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://www.databasically.com/?p=79</guid>
		<description><![CDATA[I never can remember how to do this from the command line and the docs are just hazy enough to be a pain:
&#62; mysqladmin -u root -p password &#60;ENTER_NEW_PASSWORD&#62;
And yes, that is &#8220;space-p-a-s-s-w-o-r-d&#8221; after the -p.  Sending that tells mysql that you want to change the password to whatever is next.  You&#8217;ll be [...]]]></description>
			<content:encoded><![CDATA[<p>I never can remember how to do this from the command line and the docs are just hazy enough to be a pain:</p>
<pre>&gt; mysqladmin -u root -p password &lt;ENTER_NEW_PASSWORD&gt;</pre>
<p>And yes, that is &#8220;space-p-a-s-s-w-o-r-d&#8221; after the -p.  Sending that tells mysql that you want to change the password to whatever is next.  You&#8217;ll be prompted for the existing/old password:</p>
<pre>Enter password: ********</pre>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2009/01/20/changing-the-mysql-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
