<?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>audibleCode &#187; computers</title>
	<atom:link href="http://audiblecode.wordpress.com/tag/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://audiblecode.wordpress.com</link>
	<description>a code repository for codes that you don't have enough words to describe</description>
	<lastBuildDate>Mon, 08 Dec 2008 01:06:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='audiblecode.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/abfe229b425ccf294f5823ba4b90f5a2?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>audibleCode &#187; computers</title>
		<link>http://audiblecode.wordpress.com</link>
	</image>
			<item>
		<title>How to reset MySQL password.</title>
		<link>http://audiblecode.wordpress.com/2008/05/23/how-to-reset-mysql-password/</link>
		<comments>http://audiblecode.wordpress.com/2008/05/23/how-to-reset-mysql-password/#comments</comments>
		<pubDate>Fri, 23 May 2008 20:37:53 +0000</pubDate>
		<dc:creator>audiblecode</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://audiblecode.wordpress.com/?p=12</guid>
		<description><![CDATA[I am browsing blog and i just found this thing that i didn&#8217;t know
Reseting mysql password
 

 

 

Stop the server

#/etc/init.d/mysql stop

Login as root

#mysqld_safe –skip-grant-tables –user=root

#mysql -u root

Enter this command

mysql&#62;update mysql.user set password=password(’newpassword’) where user=’root’;

start the service again

#etc/init.d/mysql start

login again

#mysql -u root -p





The sequence is the same in windows. But the thinks is for the  complete stuff  go [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=audiblecode.wordpress.com&blog=3790756&post=12&subd=audiblecode&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://audiblecode.wordpress.com/2008/05/23/how-to-reset-mysql-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">audiblecode</media:title>
		</media:content>
	</item>
		<item>
		<title>Custom CSS for Internet Explorer 6 &amp; 7</title>
		<link>http://audiblecode.wordpress.com/2008/05/23/custom-css-for-internet-explorer-6-7/</link>
		<comments>http://audiblecode.wordpress.com/2008/05/23/custom-css-for-internet-explorer-6-7/#comments</comments>
		<pubDate>Fri, 23 May 2008 19:15:29 +0000</pubDate>
		<dc:creator>audiblecode</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://audiblecode.wordpress.com/?p=11</guid>
		<description><![CDATA[I was working on my mini-project. The project was  a CMS for a school. I finished everything about it. I mean the php, mysql javascript, flash, and all that. But i had a small problem with the theme.
To be specific the CSS was different in Internet Explorer. I mean that i had to give internet [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=audiblecode.wordpress.com&blog=3790756&post=11&subd=audiblecode&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://audiblecode.wordpress.com/2008/05/23/custom-css-for-internet-explorer-6-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">audiblecode</media:title>
		</media:content>
	</item>
	</channel>
</rss>