<?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>SimonOnSoftware &#187; mysql</title>
	<atom:link href="http://simononsoftware.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://simononsoftware.com</link>
	<description>programming, databases and other IT something</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:48:13 +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 SQL Mode Fun</title>
		<link>http://simononsoftware.com/mysql-sql-mode-fun/</link>
		<comments>http://simononsoftware.com/mysql-sql-mode-fun/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 19:56:08 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[wtf]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://simononsoftware.com/?p=889</guid>
		<description><![CDATA[While looking for some information on the web, I found quite nice piece of SQL, something like:
SET sql_mode=&#8217;STRICT_ALL_TABLES&#8217;; &#8212; Session scope for the purpose of this article
This sql_mode looked quite interesting, I&#8217;ve checked that in the MySQL documentation and well&#8230; it is a little bit terrifying.

The GIGO
Unfortunately too less programmers think about data that is stored [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/another-misleading-postgresql-vs-mysql-review/' rel='bookmark' title='Permanent Link: Another misleading &#8220;PostgreSQL vs MySQL review&#8221;!!!'>Another misleading &#8220;PostgreSQL vs MySQL review&#8221;!!!</a> <small>Yea&#8230; I wanted to write something as soon as I...</small></li>
<li><a href='http://simononsoftware.com/what-mysql-execution-plan-depends-on/' rel='bookmark' title='Permanent Link: What MySQL Execution Plan Depends On'>What MySQL Execution Plan Depends On</a> <small>Well, the execution plan is the way that a database...</small></li>
<li><a href='http://simononsoftware.com/mysql-execution-plan-depends-part-2/' rel='bookmark' title='Permanent Link: What MySQL Execution Plan Depends On &#8211; part 2'>What MySQL Execution Plan Depends On &#8211; part 2</a> <small>Another link about the way that MySQL prepares the execution...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/mysql-sql-mode-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another misleading &#8220;PostgreSQL vs MySQL review&#8221;!!!</title>
		<link>http://simononsoftware.com/another-misleading-postgresql-vs-mysql-review/</link>
		<comments>http://simononsoftware.com/another-misleading-postgresql-vs-mysql-review/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 21:07:08 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[wtf]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=563</guid>
		<description><![CDATA[Yea&#8230; I wanted to write something as soon as I stop laughing from THIS but I think that reading this comment should be enough.


Bookmark It






















Related posts:MySQL SQL Mode Fun While looking for some information on the web, I found...
How to check PostgreSQL privileges. Someone asked me how to list all tables that a...
Checking PostgreSQL Database [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/mysql-sql-mode-fun/' rel='bookmark' title='Permanent Link: MySQL SQL Mode Fun'>MySQL SQL Mode Fun</a> <small>While looking for some information on the web, I found...</small></li>
<li><a href='http://simononsoftware.com/how-to-check-postgresql-privileges/' rel='bookmark' title='Permanent Link: How to check PostgreSQL privileges.'>How to check PostgreSQL privileges.</a> <small>Someone asked me how to list all tables that a...</small></li>
<li><a href='http://simononsoftware.com/checking-postgresql-database-creation-date/' rel='bookmark' title='Permanent Link: Checking PostgreSQL Database Creation Date'>Checking PostgreSQL Database Creation Date</a> <small>Some time ago we had a problem: on testing there...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/another-misleading-postgresql-vs-mysql-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What MySQL Execution Plan Depends On &#8211; part 2</title>
		<link>http://simononsoftware.com/mysql-execution-plan-depends-part-2/</link>
		<comments>http://simononsoftware.com/mysql-execution-plan-depends-part-2/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 07:40:35 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=389</guid>
		<description><![CDATA[Another link about the way that MySQL prepares the execution plan and why it depends on used storage engine. http://code.openark.org/blog/mysql/two-storage-engines-different-plans-part-ii


Bookmark It






















Related posts:What MySQL Execution Plan Depends On Well, the execution plan is the way that a database...
MySQL SQL Mode Fun While looking for some information on the web, I found...
Another misleading &#8220;PostgreSQL vs MySQL review&#8221;!!! [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/what-mysql-execution-plan-depends-on/' rel='bookmark' title='Permanent Link: What MySQL Execution Plan Depends On'>What MySQL Execution Plan Depends On</a> <small>Well, the execution plan is the way that a database...</small></li>
<li><a href='http://simononsoftware.com/mysql-sql-mode-fun/' rel='bookmark' title='Permanent Link: MySQL SQL Mode Fun'>MySQL SQL Mode Fun</a> <small>While looking for some information on the web, I found...</small></li>
<li><a href='http://simononsoftware.com/another-misleading-postgresql-vs-mysql-review/' rel='bookmark' title='Permanent Link: Another misleading &#8220;PostgreSQL vs MySQL review&#8221;!!!'>Another misleading &#8220;PostgreSQL vs MySQL review&#8221;!!!</a> <small>Yea&#8230; I wanted to write something as soon as I...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/mysql-execution-plan-depends-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What MySQL Execution Plan Depends On</title>
		<link>http://simononsoftware.com/what-mysql-execution-plan-depends-on/</link>
		<comments>http://simononsoftware.com/what-mysql-execution-plan-depends-on/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 07:35:53 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=384</guid>
		<description><![CDATA[Well, the execution plan is the way that a database executes query, it usually depends on many things like the presence of indices, data stored in table, amount of the returned data and so on. I&#8217;ve already found that on MySQL it depends on something more, on the kind of storage engine being used. More [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/mysql-execution-plan-depends-part-2/' rel='bookmark' title='Permanent Link: What MySQL Execution Plan Depends On &#8211; part 2'>What MySQL Execution Plan Depends On &#8211; part 2</a> <small>Another link about the way that MySQL prepares the execution...</small></li>
<li><a href='http://simononsoftware.com/mysql-sql-mode-fun/' rel='bookmark' title='Permanent Link: MySQL SQL Mode Fun'>MySQL SQL Mode Fun</a> <small>While looking for some information on the web, I found...</small></li>
<li><a href='http://simononsoftware.com/another-misleading-postgresql-vs-mysql-review/' rel='bookmark' title='Permanent Link: Another misleading &#8220;PostgreSQL vs MySQL review&#8221;!!!'>Another misleading &#8220;PostgreSQL vs MySQL review&#8221;!!!</a> <small>Yea&#8230; I wanted to write something as soon as I...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/what-mysql-execution-plan-depends-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgreSQL Collation &#8211; part 1</title>
		<link>http://simononsoftware.com/postgresql-collation/</link>
		<comments>http://simononsoftware.com/postgresql-collation/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 08:47:53 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=191</guid>
		<description><![CDATA[PostgreSQL is (IMHO) much better than MySQL but unfortunately it  still lacks one of the greatest MySQL features: encoding.
MySQL Collation
Locale settings in MySQL are great. You can have different collation set for each database, table and even column (the same as it is in Interbase/Firebird). This gives the opportunity to simplify database structure. For example [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/postgresql-collation-8-4/' rel='bookmark' title='Permanent Link: PostgreSQL Collation &#8211; 8.4'>PostgreSQL Collation &#8211; 8.4</a> <small>In the last PostgreSQL version (8.4) there is a small...</small></li>
<li><a href='http://simononsoftware.com/postgresql-collation-2/' rel='bookmark' title='Permanent Link: PostgreSQL Collation &#8211; part 2'>PostgreSQL Collation &#8211; part 2</a> <small>Due to many questions about the PostgreSQL collation that were...</small></li>
<li><a href='http://simononsoftware.com/another-misleading-postgresql-vs-mysql-review/' rel='bookmark' title='Permanent Link: Another misleading &#8220;PostgreSQL vs MySQL review&#8221;!!!'>Another misleading &#8220;PostgreSQL vs MySQL review&#8221;!!!</a> <small>Yea&#8230; I wanted to write something as soon as I...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/postgresql-collation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
