<?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>Stuff... &#187; MySQL</title>
	<atom:link href="http://www.moe.co.uk/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moe.co.uk</link>
	<description>I know I will forget.</description>
	<lastBuildDate>Tue, 27 Jul 2010 13:14:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL tuning script</title>
		<link>http://www.moe.co.uk/2010/03/04/mysql-tuning-script/</link>
		<comments>http://www.moe.co.uk/2010/03/04/mysql-tuning-script/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 13:36:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqltuner]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tuning]]></category>

		<guid isPermaLink="false">http://www.moe.co.uk/?p=330</guid>
		<description><![CDATA[This looks like a useful mysql tuning script:

 http://blog.mysqltuner.com/

Otherwise the mysql.com pages are good for tuning:

http://dev.mysql.com/doc/refman/5.0/en/optimization.html
http://dev.mysql.com/doc/refman/5.1/en/optimization.html

]]></description>
		<wfw:commentRss>http://www.moe.co.uk/2010/03/04/mysql-tuning-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento database error</title>
		<link>http://www.moe.co.uk/2010/03/01/magento-database-error/</link>
		<comments>http://www.moe.co.uk/2010/03/01/magento-database-error/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 08:52:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[General error]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[marked as crashed]]></category>
		<category><![CDATA[repaired]]></category>
		<category><![CDATA[SQLSTATE[HY000]]]></category>

		<guid isPermaLink="false">http://www.moe.co.uk/?p=323</guid>
		<description><![CDATA[Had a problem with Magento stores not loading and the following errors were being presented when going to the site.
Error:
SQLSTATE[HY000]: General error: 145 Table &#8216;./magento/log_visitor_info&#8217; is marked as crashed and should be repaired
Trace:
#0 /var/www/vhosts/magento/httpdocs/lib/Zend/Db/Statement.php(283): Zend_Db_Statement_Pdo-&#62;_execute(Array)
#1 /var/www/vhosts/magento/httpdocs/lib/Zend/Db/Adapter/Abstract.php(457): Zend_Db_Statement-&#62;execute(Array)
#2 /var/www/vhosts/magento/httpdocs/lib/Zend/Db/Adapter/Pdo/Abstract.php(230): Zend_Db_Adapter_Abstract-&#62;query(&#8216;INSERT INTO `lo&#8230;&#8217;, Array)
#3 /var/www/vhosts/magento/httpdocs/lib/Varien/Db/Adapter/Pdo/Mysql.php(281): Zend_Db_Adapter_Pdo_Abstract-&#62;query(&#8216;INSERT INTO `lo&#8230;&#8217;, Array)
#4 /var/www/vhosts/magento/httpdocs/lib/Zend/Db/Adapter/Abstract.php(535): Varien_Db_Adapter_Pdo_Mysql-&#62;query(&#8216;INSERT INTO `lo&#8230;&#8217;, Array)
#5 /var/www/vhosts/magento/httpdocs/app/code/core/Mage/Log/Model/Mysql4/Visitor.php(125): Zend_Db_Adapter_Abstract-&#62;insert(&#8216;log_visitor_inf&#8230;&#8217;, Array)
#6 [...]]]></description>
		<wfw:commentRss>http://www.moe.co.uk/2010/03/01/magento-database-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL replace() function</title>
		<link>http://www.moe.co.uk/2009/01/08/mysql-replace-function/</link>
		<comments>http://www.moe.co.uk/2009/01/08/mysql-replace-function/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 15:32:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.moe.co.uk/wordpress/2009/01/08/mysql-replace-function/</guid>
		<description><![CDATA[URL:

http://www.nikmakris.com/2005/mar/29.html
http://www.xaprb.com/blog/2006/04/14/bad-character-data-in-mysql/ &#8211; &#8220;How to find and fix invalid character data in MySQL&#8221;

update [table_name] set [field_name] = replace([field_name],&#8217;[string_to_find]&#8216;,&#8217;[string_to_replace]&#8216;);
]]></description>
		<wfw:commentRss>http://www.moe.co.uk/2009/01/08/mysql-replace-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
