<?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: MySQL: Reset Lost Root Password</title>
	<atom:link href="http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/</link>
	<description>one of those blogs</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:43:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Toly</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-2/#comment-4564</link>
		<dc:creator>Toly</dc:creator>
		<pubDate>Tue, 10 Jan 2012 18:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-4564</guid>
		<description>@Lore,

Search for mysql process(es): &lt;pre lang=&quot;bash&quot;&gt;ps -ef &#124; grep mysql&lt;/pre&gt;
which, in case mysql(d) is running, should give you:

&lt;pre lang=&quot;bash&quot;&gt;mysql    22211     1  0  2011 ?        00:27:12 /usr/sbin/mysqld&lt;/pre&gt;

where &quot;22211&quot; is the mysql&#039;s PID (process ID) you&#039;d need to kill ( in your case the number will be different ).

And kill it with &quot;kill -15 22211&quot; or with &quot;kill -9 22211&quot; if 15 does not work.

/Toly</description>
		<content:encoded><![CDATA[<p>@Lore,</p>
<p>Search for mysql process(es):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-ef</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> mysql</pre></div></div>

<p>which, in case mysql(d) is running, should give you:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">mysql    <span style="color: #000000;">22211</span>     <span style="color: #000000;">1</span>  <span style="color: #000000;">0</span>  <span style="color: #000000;">2011</span> ?        00:<span style="color: #000000;">27</span>:<span style="color: #000000;">12</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>mysqld</pre></div></div>

<p>where &#8220;22211&#8243; is the mysql&#8217;s PID (process ID) you&#8217;d need to kill ( in your case the number will be different ).</p>
<p>And kill it with &#8220;kill -15 22211&#8243; or with &#8220;kill -9 22211&#8243; if 15 does not work.</p>
<p>/Toly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lore</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-2/#comment-4563</link>
		<dc:creator>lore</dc:creator>
		<pubDate>Mon, 09 Jan 2012 22:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-4563</guid>
		<description>Dear Toly,
I really would like to solve it but I can&#039;t! in my case there&#039;s no way to stop/kill the existing mysql daemon. Neither with &quot;pkill mysqld&quot; nor with &quot;sudo kill -9  9470&quot; I succeed, infact when I run:
 sudo mysqld_safe --skip-grant-tables
it always says:
&quot;120109 23:15:40 mysqld_safe A mysqld process already exists&quot;
it&#039;s very sad, I know I&#039;m wrong in something but what?
someone can help me?
thans to all</description>
		<content:encoded><![CDATA[<p>Dear Toly,<br />
I really would like to solve it but I can&#8217;t! in my case there&#8217;s no way to stop/kill the existing mysql daemon. Neither with &#8220;pkill mysqld&#8221; nor with &#8220;sudo kill -9  9470&#8243; I succeed, infact when I run:<br />
 sudo mysqld_safe &#8211;skip-grant-tables<br />
it always says:<br />
&#8220;120109 23:15:40 mysqld_safe A mysqld process already exists&#8221;<br />
it&#8217;s very sad, I know I&#8217;m wrong in something but what?<br />
someone can help me?<br />
thans to all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akshita</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-2/#comment-4551</link>
		<dc:creator>Akshita</dc:creator>
		<pubDate>Sat, 10 Dec 2011 17:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-4551</guid>
		<description>where to write all these commands...in CMD or MYSQL :(</description>
		<content:encoded><![CDATA[<p>where to write all these commands&#8230;in CMD or MYSQL <img src='http://www.dotkam.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria Josey</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-2/#comment-4490</link>
		<dc:creator>Maria Josey</dc:creator>
		<pubDate>Wed, 26 Oct 2011 12:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-4490</guid>
		<description>Descriptive, Fabulous and just what I wanted..!</description>
		<content:encoded><![CDATA[<p>Descriptive, Fabulous and just what I wanted..!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joao Junior</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-2/#comment-4462</link>
		<dc:creator>Joao Junior</dc:creator>
		<pubDate>Tue, 04 Oct 2011 06:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-4462</guid>
		<description>Thank you very much, it really saved my life ;-)</description>
		<content:encoded><![CDATA[<p>Thank you very much, it really saved my life <img src='http://www.dotkam.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leila</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-2/#comment-4441</link>
		<dc:creator>Leila</dc:creator>
		<pubDate>Sun, 18 Sep 2011 04:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-4441</guid>
		<description>Thanks for this post. One suggestion: for the Fedora users, Step 6 should be replace by service mysqld start</description>
		<content:encoded><![CDATA[<p>Thanks for this post. One suggestion: for the Fedora users, Step 6 should be replace by service mysqld start</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luck_skywalker</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-2/#comment-4312</link>
		<dc:creator>luck_skywalker</dc:creator>
		<pubDate>Wed, 01 Jun 2011 18:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-4312</guid>
		<description>A simple way for the new root password (if MySql daemon is stoped):
#mysqld_safe --skip-grant-tables mysqladmin -u root flushprivileges password &quot;new_password&quot;

$mysql -u root -p
Enter password:
mysql&gt;

It&#039;s simple.</description>
		<content:encoded><![CDATA[<p>A simple way for the new root password (if MySql daemon is stoped):<br />
#mysqld_safe &#8211;skip-grant-tables mysqladmin -u root flushprivileges password &#8220;new_password&#8221;</p>
<p>$mysql -u root -p<br />
Enter password:<br />
mysql&gt;</p>
<p>It&#8217;s simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toly</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-2/#comment-4305</link>
		<dc:creator>Toly</dc:creator>
		<pubDate>Thu, 26 May 2011 05:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-4305</guid>
		<description>@QED,

    Sure, very welcome! If you believe the guide is useful feel free to suggest mysql site to reference to it. You (people who find this guide helpful) are the only true measure of whether it is indeed useful or not, I can&#039;t really claim it is :)

/Toly</description>
		<content:encoded><![CDATA[<p>@QED,</p>
<p>    Sure, very welcome! If you believe the guide is useful feel free to suggest mysql site to reference to it. You (people who find this guide helpful) are the only true measure of whether it is indeed useful or not, I can&#8217;t really claim it is <img src='http://www.dotkam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>/Toly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QED</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-2/#comment-4302</link>
		<dc:creator>QED</dc:creator>
		<pubDate>Mon, 23 May 2011 20:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-4302</guid>
		<description>Thank you! I&#039;ve been futzing with the crap howto on the mysql main site with no luck.. Maybe you can suggest including your guide on mysql&#039;s page?</description>
		<content:encoded><![CDATA[<p>Thank you! I&#8217;ve been futzing with the crap howto on the mysql main site with no luck.. Maybe you can suggest including your guide on mysql&#8217;s page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fyyre</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-2/#comment-4286</link>
		<dc:creator>Fyyre</dc:creator>
		<pubDate>Thu, 12 May 2011 19:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-4286</guid>
		<description>great guide, thanks so much =)</description>
		<content:encoded><![CDATA[<p>great guide, thanks so much =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

