<?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>Leonardo Borda &#187; mysql</title>
	<atom:link href="http://www.leonardoborda.com/blog/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leonardoborda.com/blog</link>
	<description>A bit of everything and answers that really work!</description>
	<lastBuildDate>Thu, 15 Jul 2010 16:14:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to change MySQL Password</title>
		<link>http://www.leonardoborda.com/blog/how-to-change-mysql-password/</link>
		<comments>http://www.leonardoborda.com/blog/how-to-change-mysql-password/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 03:46:04 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.leonardoborda.com/blog/?p=117</guid>
		<description><![CDATA[root@srv:~# mysql -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 14 to server version: 5.0.24a-Debian_9ubuntu2.4-log
Type &#8216;help;&#8217; or &#8216;\h&#8217; for help. Type &#8216;\c&#8217; to clear the buffer.
mysql&#62; GRANT ALL ON *.* TO root@&#8217;%&#8217; IDENTIFIED BY &#8216;password_you_want&#8217;;
Query OK, 0 rows affected (0.00 sec)
mysql&#62;
]]></description>
			<content:encoded><![CDATA[<p>root@srv:~# mysql -p<br />
Enter password:<br />
Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 14 to server version: 5.0.24a-Debian_9ubuntu2.4-log</p>
<p>Type &#8216;help;&#8217; or &#8216;\h&#8217; for help. Type &#8216;\c&#8217; to clear the buffer.</p>
<p>mysql&gt; GRANT ALL ON *.* TO root@&#8217;%&#8217; IDENTIFIED BY &#8216;password_you_want&#8217;;<br />
Query OK, 0 rows affected (0.00 sec)</p>
<p>mysql&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonardoborda.com/blog/how-to-change-mysql-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
