<?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>Ask me Questions and get Answers ! &#187; MYSQL</title>
	<atom:link href="http://askmetoo.com/category/unix-linux/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://askmetoo.com</link>
	<description>Ask Questions and get Answers About everything for free!</description>
	<lastBuildDate>Wed, 21 Dec 2011 08:04:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Mysql:  How to repair all mysql tables in MySQL?</title>
		<link>http://askmetoo.com/mysql-how-to-repair-all-mysql-tables-in-mysql.htm</link>
		<comments>http://askmetoo.com/mysql-how-to-repair-all-mysql-tables-in-mysql.htm#comments</comments>
		<pubDate>Fri, 06 Nov 2009 08:04:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[repair]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=133</guid>
		<description><![CDATA[How to repair in MYSQL all tables ? Just run in console 1 mysqlcheck -u root -p --auto-repair --check --optimize --all-databases -p[password] Where password &#8211; this is admin password!]]></description>
			<content:encoded><![CDATA[<p> How to repair in MYSQL all tables ?</p>
<p>Just run in console</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bach" style="font-family:monospace;">mysqlcheck -u root -p --auto-repair --check --optimize --all-databases -p[password]</pre></td></tr></table></div>

<p>Where <strong>password</strong> &#8211; this is admin password!</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/mysql-how-to-repair-all-mysql-tables-in-mysql.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to &#8211; MySQL tuning  in debian.</title>
		<link>http://askmetoo.com/how-to-mysql-tuning-in-debian.htm</link>
		<comments>http://askmetoo.com/how-to-mysql-tuning-in-debian.htm#comments</comments>
		<pubDate>Thu, 24 Sep 2009 08:11:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[Unix-Linux]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=124</guid>
		<description><![CDATA[Results of compiling this scripts was recommendations how to change mysql params. note. For best result please run MYSQL before testing &#8211; 48 hours! 1 2 3 wget http://mysqltuner.com/mysqltuner.pl chmod +x mysqltuner.pl ./mysqltuner.pl OR (also) try this script 1 2 wget http://www.day32.com/MySQL/tuning-primer.sh sh tuning-primer.sh]]></description>
			<content:encoded><![CDATA[<p>Results of compiling this scripts was recommendations how to change mysql params.<br />
note. <strong>For best result please run MYSQL before testing &#8211; 48 hours!</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">wget http://mysqltuner.com/mysqltuner.pl
chmod +x mysqltuner.pl
./mysqltuner.pl</pre></td></tr></table></div>

<p>OR (also) try this script</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">wget http://www.day32.com/MySQL/tuning-primer.sh
sh tuning-primer.sh</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/how-to-mysql-tuning-in-debian.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

