<?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>Wed, 04 Jan 2012 04:35:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Importing country ISO 3166 codes into MySQL database</title>
		<link>http://www.moe.co.uk/2010/09/04/importing-country-iso-3166-codes-into-mysql-database/</link>
		<comments>http://www.moe.co.uk/2010/09/04/importing-country-iso-3166-codes-into-mysql-database/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 11:57:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[country codes]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[ISO 3166]]></category>
		<category><![CDATA[load data infile]]></category>

		<guid isPermaLink="false">http://www.moe.co.uk/?p=575</guid>
		<description><![CDATA[Wanted the ISO 3166 country codes in my database to use in an application.  Downloaded the semi colon seperated country codes file from:  http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm Then created a database and a table to hold the data: create table country_codes ( id int not null auto_increment, code varchar(2) not null, country varchar(254) not null, primary key (id)); [...]]]></description>
		<wfw:commentRss>http://www.moe.co.uk/2010/09/04/importing-country-iso-3166-codes-into-mysql-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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 [...]]]></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>1</slash:comments>
		</item>
	</channel>
</rss>

