<?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; Bind IP problem with GreenSQL</title>
	<atom:link href="http://lumanau.web.id/tag/bind-ip-problem-with-greensql/feed" rel="self" type="application/rss+xml" />
	<link>http://lumanau.web.id</link>
	<description>About Glen Lumanau</description>
	<lastBuildDate>Fri, 23 Jul 2010 10:08:00 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Bind IP problem with GreenSQL</title>
		<link>http://lumanau.web.id/2008/11/04/bind-ip-problem-with-greensql.html</link>
		<comments>http://lumanau.web.id/2008/11/04/bind-ip-problem-with-greensql.html#comments</comments>
		<pubDate>Tue, 04 Nov 2008 10:21:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[Bind IP problem with GreenSQL]]></category>

		<guid isPermaLink="false">http://www.lumanau.web.id/?p=74</guid>
		<description><![CDATA[As I already described before that one of our site that I maintained is using GreenSQL. We have split the Webserver and Database server. By default, GreenSQL is using 127.0.0.1 to bind. So that it will have 127.0.0.1:3305 to connect My problem is, it&#8217;s imposibble to use 127.0.0.1 because we have split the database server. [...]]]></description>
			<content:encoded><![CDATA[<p>As I already described before that <a href="http://www.lumanau.web.id/2008/11/04/videokutv-is-now-implement-greensql.html">one of our site that I maintained is using GreenSQL</a>.</p>
<p>We have split the Webserver and Database server.</p>
<p>By default, GreenSQL is using 127.0.0.1 to bind. So that it will have 127.0.0.1:3305 to connect</p>
<p>My problem is, it&#8217;s imposibble to use 127.0.0.1 because we have split the database server.</p>
<p><span id="more-74"></span></p>
<p>We have to install <a href="http://www.greensql.net/public/releases/greensql-console.0.4.4.tar.gz">greensql-console</a></p>
<blockquote><p><em>wget http://www.greensql.net/public/releases/greensql-console.0.4.4.tar.gz</em></p>
<p><em>tar zxvf greensql-console.0.4.4.tar.gz</em></p></blockquote>
<p>After we extract the package, we should get a folder called greensql-console. Just copy that folder to your website root directory</p>
<blockquote><p><em>cp -ra greensql-console /var/www</em></p></blockquote>
<p>Then edit config.php and put the correct information of GreenSQL database. Then make folder templates_c word writeable (it&#8217;s the place to write cache)</p>
<blockquote><p><em>chmod 777 templates_c</em></p></blockquote>
<p>Then you can login to http://yourwebsite.com/greesql-console/</p>
<p>Login with the default username / password ( admin / pwd )</p>
<p>In order to configure GreenSQL to listen on all local IP addresses (not only 127.0.0.1) you simple need to change default listener settings.</p>
<p><img class="alignnone size-full wp-image-75" src="http://www.lumanau.web.id/wp-content/uploads/2008/11/greensql-change-frontend-ip.jpg" alt="" width="341" height="297" /></p>
<p>You just need to specify 0.0.0.0 as a Frontent IP address instead of 127.0.0.1 and save your changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://lumanau.web.id/2008/11/04/bind-ip-problem-with-greensql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
