<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A blog by Osama Dwairi &#187; System Administration</title>
	<atom:link href="http://dwairi.wordpress.com/category/system-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://dwairi.wordpress.com</link>
	<description>Thoughts and Ideas about Software Engineering and the rest</description>
	<lastBuildDate>Wed, 09 Sep 2009 08:04:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dwairi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/4d9f44aef83cafcaae06d96d55b9c945?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>A blog by Osama Dwairi &#187; System Administration</title>
		<link>http://dwairi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dwairi.wordpress.com/osd.xml" title="A blog by Osama Dwairi" />
		<item>
		<title>reset root password for Mysql on linux Box</title>
		<link>http://dwairi.wordpress.com/2007/11/26/reset-root-password-for-mysql-on-linux-box/</link>
		<comments>http://dwairi.wordpress.com/2007/11/26/reset-root-password-for-mysql-on-linux-box/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 13:37:56 +0000</pubDate>
		<dc:creator>dwairi</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[recover password]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[root password]]></category>

		<guid isPermaLink="false">http://dwairi.wordpress.com/2007/11/26/reset-root-password-for-mysql-on-linux-box/</guid>
		<description><![CDATA[If you missed your mysql root user password, then here are the steps to reset it:

stop mysql server
 service mysqld stop
make sure all mysql process are dead
 ps -A &#124; grep mysql
start mysqld in safe mode
 mysqld_safe &#8211;skip-grant-tables
open a new shell window and start mysqld
 service mysqld start
access mysql database
 mysql -u root mysql
reset password [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwairi.wordpress.com&blog=421552&post=10&subd=dwairi&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://dwairi.wordpress.com/2007/11/26/reset-root-password-for-mysql-on-linux-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dwairi</media:title>
		</media:content>
	</item>
	</channel>
</rss>