<?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>Glen Lumanau &#187; greensql</title>
	<atom:link href="http://lumanau.web.id/tag/greensql/feed" rel="self" type="application/rss+xml" />
	<link>http://lumanau.web.id</link>
	<description>Nothing Special</description>
	<lastBuildDate>Fri, 30 Sep 2011 09:33:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Videoku.TV is now implement GreenSQL</title>
		<link>http://lumanau.web.id/2008/11/04/videokutv-is-now-implement-greensql.html</link>
		<comments>http://lumanau.web.id/2008/11/04/videokutv-is-now-implement-greensql.html#comments</comments>
		<pubDate>Tue, 04 Nov 2008 09:33:00 +0000</pubDate>
		<dc:creator>Glen Lumanau</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[greensql]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.lumanau.web.id/?p=70</guid>
		<description><![CDATA[What is GreenSQL? GreenSQL is an Open Source database firewall used to protect databases from SQL injection attacks. GreenSQL works as a proxy for SQL commands and has built in support for MySQL. The logic is based on evaluation of SQL commands using a risk scoring matrix as well as blocking known db administrative commands [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is GreenSQL?</strong></p>
<p>GreenSQL is an Open Source database firewall used to protect databases from SQL injection attacks. GreenSQL works as a proxy for SQL commands and has built in support for MySQL. The logic is based on evaluation of SQL commands using a risk scoring matrix as well as blocking known db administrative commands (DROP, CREATE, etc). GreenSQL is distributed under the GPL license.</p>
<p><span id="more-70"></span></p>
<p><strong>GreenSQL Architecture</strong></p>
<p>GreenSQL works as a reverse proxy for MySQL connections. It means, that instead of MySQL server, your applications will connect to GreenSQL server. GreenSQL will analyze SQL queries and forward them to the back-end MySQL server.</p>
<p>The following picture describes the whole process.</p>
<p><a href="http://www.lumanau.web.id/wp-content/uploads/2008/11/greensql-architecturepreview.jpg"><img class="alignnone size-full wp-image-71" src="http://www.lumanau.web.id/wp-content/uploads/2008/11/greensql-architecturepreview.jpg" alt="" width="500" height="135" /></a></p>
<p>As you can see, GreenSQL calls real database server to execute SQL commands and web application connects to GreenSQL server as if it is a real database server.</p>
<p>GreenSQL can be installed together with database server on the same computer or it can use a distinct server. By default GreenSQL listens on local port <strong>127.0.0.1:3305</strong> redirecting SQL requests to <strong>127.0.0.1:3306</strong> (default MySQL settings). This settings could be altered using GreenSQL Console.</p>
<p>Source : <a href="http://www.greensql.net">GreenSQL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lumanau.web.id/2008/11/04/videokutv-is-now-implement-greensql.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

