<?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; database</title>
	<atom:link href="http://audiblecode.wordpress.com/tag/database/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; database</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>Repairing Crashed MySQL Database tables. &#8220;table &#8216;employee&#8217; has crashed.&#8221;</title>
		<link>http://audiblecode.wordpress.com/2008/05/23/repairing-crashed-mysql-database-tables-table-employee-has-crashed/</link>
		<comments>http://audiblecode.wordpress.com/2008/05/23/repairing-crashed-mysql-database-tables-table-employee-has-crashed/#comments</comments>
		<pubDate>Fri, 23 May 2008 18:15:39 +0000</pubDate>
		<dc:creator>audiblecode</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://audiblecode.wordpress.com/?p=9</guid>
		<description><![CDATA[Hi all,
Today i just want to start by sharing an experience that i had with MySQL Database. I was a project for a friend. The project was a CMS for a movie site and all of a sudden an error message started appearing, that the
 table &#8220;employee&#8221; has crashed. 
This made the admin page inaccessible. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=audiblecode.wordpress.com&blog=3790756&post=9&subd=audiblecode&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://audiblecode.wordpress.com/2008/05/23/repairing-crashed-mysql-database-tables-table-employee-has-crashed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">audiblecode</media:title>
		</media:content>
	</item>
	</channel>
</rss>