<?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>My Workday &#187; MySQL</title>
	<atom:link href="http://www.goworkday.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goworkday.com</link>
	<description>Let&#039;s talk TECH</description>
	<lastBuildDate>Tue, 23 Mar 2010 03:28:59 +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>Recovering or Changing Your MySQL Root Password</title>
		<link>http://www.goworkday.com/2008/06/08/7/</link>
		<comments>http://www.goworkday.com/2008/06/08/7/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 03:24:08 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.goworkday.com/?p=7</guid>
		<description><![CDATA[<br/>There are times when you may have to recover the MySQL root password because it was either forgotten or misplaced. The steps you need are: 1. Stop MySQL [root@idoumo tmp]# service mysqld stop Stopping MySQL: [ OK ] 2. Start MySQL in Safe mode with the safe_mysqld command and tell it not to read the [...]]]></description>
			<content:encoded><![CDATA[<br/><p>There are times when you may have to recover the MySQL root password because it was either forgotten or misplaced. The steps you need are:</p>
<p><strong>1. Stop MySQL</strong><br />
[root@idoumo tmp]# service mysqld stop<br />
Stopping MySQL: [ OK ]</p>
<p><strong>2. Start MySQL in Safe mode with the safe_mysqld command and tell it not to read the grant tables with all the MySQL database passwords.</strong></p>
<p>[root@idoumo tmp]# safe_mysqld &#8211;skip-grant-tables &amp;<br />
[root@idoumo tmp]# Starting mysqld daemon with databases from /var/lib/mysql</p>
<p><strong>3. Use the mysqladmin command to reset the root password. In this case, you are setting it to ack33nsaltf1sh.</strong></p>
<p>[root@idoumo tmp]# mysqladmin -u root flush-privileges password &#8220;ack33nsaltf1sh&#8221;</p>
<p><strong>4. Restart MySQL normally.</strong><br />
[root@idoumo tmp]# service mysqld restart<br />
Stopping MySQL: 040517 09:39:38 mysqld ended [ OK ]<br />
Starting MySQL: [ OK ]<br />
[1]+ Done safe_mysqld &#8211;skip-grant-tables</p>
<p>The MySQL root user will now be able to manage MySQL using this new password.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goworkday.com/2008/06/08/7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
