<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>chipster &#187; mySQL</title>
	<atom:link href="http://chipster621.wordpress.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://chipster621.wordpress.com</link>
	<description>Just some little notes</description>
	<lastBuildDate>Mon, 01 Jun 2009 20:38:27 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='chipster621.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0e12ee03797edbda41cc5e4c23dcaea8?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>chipster &#187; mySQL</title>
		<link>http://chipster621.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://chipster621.wordpress.com/osd.xml" title="chipster" />
		<item>
		<title>Data Integrity with MySQL 5.0</title>
		<link>http://chipster621.wordpress.com/2005/12/27/data-integrity-with-mysql-50/</link>
		<comments>http://chipster621.wordpress.com/2005/12/27/data-integrity-with-mysql-50/#comments</comments>
		<pubDate>Tue, 27 Dec 2005 23:45:59 +0000</pubDate>
		<dc:creator>chipster621</dc:creator>
				<category><![CDATA[mySQL]]></category>

		<guid isPermaLink="false">http://chipster621.wordpress.com/2005/12/27/data-integrity-with-mysql-50/</guid>
		<description><![CDATA[MySQL 5 lets you define how the database engine reacts to bad data via the sql_mode variable.
By default, bad data is converted to &#8220;good&#8221; data (0-filled, or turned into a string) and inserted into the database. Adjusting sql_mode to strict_all_tables, causes the engine to rejected the data and to stop processing.
The recommendation for new installations [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chipster621.wordpress.com&blog=11753&post=4&subd=chipster621&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>MySQL 5 lets you define how the database engine reacts to bad data via the sql_mode variable.</p>
<p>By default, bad data is converted to &#8220;good&#8221; data (0-filled, or turned into a string) and inserted into the database. Adjusting sql_mode to strict_all_tables, causes the engine to rejected the data and to stop processing.</p>
<p>The recommendation for new installations of MySQL 5 is to make server-enforced data integrity the default (this involves modifying my.cnf file).</p>
<p>Originating Source: <a href="http://dev.mysql.com/tech-resources/articles/mysql-data-integrity.html">MySQL AB :: Guaranteeing Data Integrity with MySQL 5.0</a><br />
MySQL Reference: <a href="http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html">http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/chipster621.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/chipster621.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chipster621.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chipster621.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chipster621.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chipster621.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chipster621.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chipster621.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chipster621.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chipster621.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chipster621.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chipster621.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chipster621.wordpress.com&blog=11753&post=4&subd=chipster621&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://chipster621.wordpress.com/2005/12/27/data-integrity-with-mysql-50/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f599b3c6f63d510a1c78ea72a9d4f88c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chipster621</media:title>
		</media:content>
	</item>
	</channel>
</rss>