<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Reset Cacti Password, step by step</title>
	<atom:link href="http://www.rasyid.net/2008/04/13/reset-cacti-password-step-by-step/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rasyid.net/2008/04/13/reset-cacti-password-step-by-step/</link>
	<description>Learning anything from anywhere</description>
	<lastBuildDate>Tue, 08 Feb 2011 13:42:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Abdul</title>
		<link>http://www.rasyid.net/2008/04/13/reset-cacti-password-step-by-step/comment-page-1/#comment-43171</link>
		<dc:creator>Abdul</dc:creator>
		<pubDate>Wed, 16 Jun 2010 07:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.rasyid.net/?p=1208#comment-43171</guid>
		<description>Thanks alot for that much in detain help.
but i didnt find md5 in my system;-)

i reset my password by applying these commands

shell&gt; mysql -u cacati -p
passwrd:  
mysql&gt; use cacti;
mysql&gt; update user_auth set password=md5(&#039;admin&#039;) where username=&#039;admin&#039;;</description>
		<content:encoded><![CDATA[<p>Thanks alot for that much in detain help.<br />
but i didnt find md5 in my system;-)</p>
<p>i reset my password by applying these commands</p>
<p>shell&gt; mysql -u cacati -p<br />
passwrd:<br />
mysql&gt; use cacti;<br />
mysql&gt; update user_auth set password=md5(&#8216;admin&#8217;) where username=&#8217;admin&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Enciso</title>
		<link>http://www.rasyid.net/2008/04/13/reset-cacti-password-step-by-step/comment-page-1/#comment-42980</link>
		<dc:creator>Juan Enciso</dc:creator>
		<pubDate>Mon, 24 Aug 2009 22:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.rasyid.net/?p=1208#comment-42980</guid>
		<description>Hi

Here another way without use md5 utility
Directly from mysql

mysql&gt; use cacti
mysql&gt; update user_auth set password=MD5(&quot;your_new_pass&quot;) where username = &quot;admin&quot;;

 --
Juan</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Here another way without use md5 utility<br />
Directly from mysql</p>
<p>mysql&gt; use cacti<br />
mysql&gt; update user_auth set password=MD5(&#8220;your_new_pass&#8221;) where username = &#8220;admin&#8221;;</p>
<p> &#8211;<br />
Juan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

