<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>Linux</title>
		<link>http://techgyaan.forumotion.com/linux-f6/-t1.htm</link>
		<description>Linux Help forum discussing topics including usage, troubleshooting, modules, and distributions. Linux is an open source OS, based on UNIX.</description>
		<lastBuildDate>Sat, 22 Mar 2008 12:06:38 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Linux</title>
			<url>http://illiweb.com/fa/empty.gif</url>
			<link>http://techgyaan.forumotion.com/linux-f6/-t1.htm</link>
		</image>
		<item>
			<title>Recover MYSQL Password</title>
			<link>http://techgyaan.forumotion.com/linux-f6/recover-mysql-password-t15.htm</link>
			<dc:creator>Bala</dc:creator>
			<description>Q: My root password lost?; can’t manage existing database can anyone help me?



A: Solution is simple just follow the steps below:

Recover MYSQL Password  



#/etc/init.d/mysql stop



Please wait until MySQL shuts down completely. Then run

 #/usr/bin/mysqld_safe –skip-grant-tables –skip-networking &amp;



then you will be able to login as root with no password.

 #mysql -uroot mysql



In MySQL command line prompt issue the following command:

mysql&gt;UPDATE user SET password=PASSWORD(”letmein”)  ...</description>
			<category>Linux</category>
			<pubDate>Sat, 22 Mar 2008 12:06:38 GMT</pubDate>
			<comments>http://techgyaan.forumotion.com/linux-f6/recover-mysql-password-t15.htm#15</comments>
			<guid>http://techgyaan.forumotion.com/linux-f6/recover-mysql-password-t15.htm</guid>
		</item>
	</channel>
</rss>