<?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>52 Tech Tips &#187; MySQL</title>
	<atom:link href="http://www.52techtips.com/blog/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.52techtips.com/blog</link>
	<description>Tips about all sorts of technology!</description>
	<lastBuildDate>Tue, 07 Sep 2010 04:57:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How To Protect MySQL Database From SQL Injection Attacks</title>
		<link>http://www.52techtips.com/blog/2008/08/25/how-to-protect-mysql-database-from-sql-injection-attacks/</link>
		<comments>http://www.52techtips.com/blog/2008/08/25/how-to-protect-mysql-database-from-sql-injection-attacks/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 04:50:18 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.dontlookhere.com/blog/?p=157</guid>
		<description><![CDATA[SQL injection attacks can allow hackers to execute arbitrary SQL commands on your database through your Web site. To avoid these attacks, every piece of data supplied by a user on a Web form, through HTTP Post or CGI parameters, or other means, must be validated to not contain information that is not expected, GreenSQL [...]]]></description>
			<content:encoded><![CDATA[<p>SQL injection attacks can allow hackers to execute arbitrary SQL commands on your database through your Web site. To avoid these attacks, every piece of data supplied by a user on a Web form, through HTTP Post or CGI parameters, or other means, must be validated to not contain information that is not expected, GreenSQL is a firewall for SQL.<br/><br/><a href="http://www.linux.com/feature/145341">read more</a> | <a href="http://digg.com/linux_unix/How_To_Protect_MySQL_Database_From_SQL_Injection_Attacks">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.52techtips.com/blog/2008/08/25/how-to-protect-mysql-database-from-sql-injection-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
