<?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: How to repair MySQL tables from the Command Line</title>
	<atom:link href="http://wpguru.co.uk/2010/01/how-to-repair-mysql-tables-from-the-command-line-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpguru.co.uk/2010/01/how-to-repair-mysql-tables-from-the-command-line-2/</link>
	<description>Dedicated Wordpress Hosting and Support</description>
	<lastBuildDate>Tue, 31 Jan 2012 09:43:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jay Versluis</title>
		<link>http://wpguru.co.uk/2010/01/how-to-repair-mysql-tables-from-the-command-line-2/comment-page-1/#comment-1102</link>
		<dc:creator>Jay Versluis</dc:creator>
		<pubDate>Tue, 28 Dec 2010 11:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-guru.co.uk/?p=233#comment-1102</guid>
		<description>I&#039;m glad to hear it!

The command you&#039;ve mentioned probably doesn&#039;t work because there may be a password associated with the root user. Say if your password is &quot;jeronimo&quot; then the command needs to look like this - notice the absence of a space in between &quot;-p&quot; and &quot;jeronimo&quot;:

mysqlcheck -u root -pjeronimo –auto-repair –check –optimize –all-databases

Thanks for sharing ;-)</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad to hear it!</p>
<p>The command you&#8217;ve mentioned probably doesn&#8217;t work because there may be a password associated with the root user. Say if your password is &#8220;jeronimo&#8221; then the command needs to look like this &#8211; notice the absence of a space in between &#8220;-p&#8221; and &#8220;jeronimo&#8221;:</p>
<p>mysqlcheck -u root -pjeronimo –auto-repair –check –optimize –all-databases</p>
<p>Thanks for sharing <img src='http://wpguru.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://wpguru.co.uk/2010/01/how-to-repair-mysql-tables-from-the-command-line-2/comment-page-1/#comment-1101</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 28 Dec 2010 04:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-guru.co.uk/?p=233#comment-1101</guid>
		<description>Some of my tables in my chat room db crashed.  I was given the following command to repair all tables at once.  The developer of my chat software gave it to me and said it worked. 

mysqlcheck -u root -p --auto-repair --check --optimize --all-databases

It didn&#039;t work.  It may work with phpadmin but using the mysql command prompt it doesn&#039;t work. 

The good news for me is that your commands worked great and fixed my chat room db problems.

Thanks a bunch.</description>
		<content:encoded><![CDATA[<p>Some of my tables in my chat room db crashed.  I was given the following command to repair all tables at once.  The developer of my chat software gave it to me and said it worked. </p>
<p>mysqlcheck -u root -p &#8211;auto-repair &#8211;check &#8211;optimize &#8211;all-databases</p>
<p>It didn&#8217;t work.  It may work with phpadmin but using the mysql command prompt it doesn&#8217;t work. </p>
<p>The good news for me is that your commands worked great and fixed my chat room db problems.</p>
<p>Thanks a bunch.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

