<?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>Linux and Unix technical recipes &#187; MySQL</title>
	<atom:link href="http://www.howtonix.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtonix.com</link>
	<description>Linux Tutorial and Guide</description>
	<lastBuildDate>Thu, 30 Sep 2010 23:41:09 +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>MySQL root password recovery</title>
		<link>http://www.howtonix.com/mysql-root-password-recovery/</link>
		<comments>http://www.howtonix.com/mysql-root-password-recovery/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 04:50:00 +0000</pubDate>
		<dc:creator>emran</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.howtonix.com/?p=40</guid>
		<description><![CDATA[google_ad_client = "pub-4492234592142803"; /* 468x60, created 9/1/10 howtonix */ google_ad_slot = "5691725759"; google_ad_width = 468; google_ad_height = 60; To recover root or administrative password on MYSQL please follow the bellow instructions. # killall mysqld # /usr/sbin/mysqld &#8211;skip-grant-tables &#8211;user=root &#38; mysql&#62; USE mysql mysql&#62; update user set password=password(&#8220;YOUSETPASSWORD&#8221;) Where user=&#8221;root&#8221;; mysql&#62; flush privileges; mysql&#62; exit # [...]]]></description>
			<content:encoded><![CDATA[
<!-- Quick Adsense WordPress Plugin: http://techmilieu.com/quick-adsense -->
<div style="float:none;margin:10px 0 10px 0;text-align:center;">
<script type="text/javascript">

google_ad_client = "pub-4492234592142803";
/* 468x60, created 9/1/10 howtonix */
google_ad_slot = "5691725759";
google_ad_width = 468;
google_ad_height = 60;


</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div>To recover root or administrative password on MYSQL please follow the bellow instructions.</div>
<p># killall mysqld<br />
# /usr/sbin/mysqld &#8211;skip-grant-tables &#8211;user=root &amp;</p>
<p>mysql&gt; USE mysql<br />
mysql&gt; update user set password=password(&#8220;YOUSETPASSWORD&#8221;) Where user=&#8221;root&#8221;;</p>
<div id=":v8">mysql&gt; flush privileges;<br />
mysql&gt; exit</div>
<p># killall mysqld<br />
# /etc/init.d/mysql start</p>
<p># mysql -u root -p (Now Login with the new root password)</p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtonix.com/mysql-root-password-recovery/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

