<?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>KutuKupret &#187; database</title>
	<atom:link href="http://www.kutukupret.com/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kutukupret.com</link>
	<description>My Colourful Website ;)</description>
	<lastBuildDate>Tue, 10 Jan 2012 03:58:26 +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>Geo Location DNSBL Using Perl, Memcached And GeoIP</title>
		<link>http://www.kutukupret.com/2011/07/28/geo-location-dnsbl-using-perl-memcached-and-geoip/</link>
		<comments>http://www.kutukupret.com/2011/07/28/geo-location-dnsbl-using-perl-memcached-and-geoip/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 07:17:14 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[bind9]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dnsbl]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[geo location]]></category>
		<category><![CDATA[geoip]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[nameserver]]></category>
		<category><![CDATA[rbl]]></category>
		<category><![CDATA[ube]]></category>
		<category><![CDATA[uce]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1491</guid>
		<description><![CDATA[In my last article about the DNSBL and memcached, I wrote how to use memcached to store the data for the DNSBL. It led me to other new ideas to make the Geo Location DNSBL. In previous article I put data into memcached with the following format: Example: Each ip address has a pair of <a href='http://www.kutukupret.com/2011/07/28/geo-location-dnsbl-using-perl-memcached-and-geoip/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/07/28/geo-location-dnsbl-using-perl-memcached-and-geoip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix, Dynamic OverQuota User Map Script Using Bash And Inotifywait</title>
		<link>http://www.kutukupret.com/2011/07/14/postfix-dynamic-overquota-user-map-script-using-bash-and-inotifywait/</link>
		<comments>http://www.kutukupret.com/2011/07/14/postfix-dynamic-overquota-user-map-script-using-bash-and-inotifywait/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 13:47:59 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[check_recipient_access]]></category>
		<category><![CDATA[inotify-tools]]></category>
		<category><![CDATA[inotifywait]]></category>
		<category><![CDATA[maildir]]></category>
		<category><![CDATA[quota]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[smtpd_recipient_restrictions]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1450</guid>
		<description><![CDATA[I recently experimented with a simple bash script, inotifywait and  smtpd_recipient_restrictions (check_recipient_access) to map email users who have exceeded the quota. Well, during testing, i&#8217;ve noticed when using hash/texthash lookup tables, it needed to be reloaded in order smtpd detect changes in table.so i&#8217;ve made quick test on mysql_tables it seem updating record on tables will <a href='http://www.kutukupret.com/2011/07/14/postfix-dynamic-overquota-user-map-script-using-bash-and-inotifywait/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/07/14/postfix-dynamic-overquota-user-map-script-using-bash-and-inotifywait/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memcached Replication On Server Clusters</title>
		<link>http://www.kutukupret.com/2011/06/14/memcached-replication-on-server-clusters/</link>
		<comments>http://www.kutukupret.com/2011/06/14/memcached-replication-on-server-clusters/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 02:01:06 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[load balance]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[memcached-repcached]]></category>
		<category><![CDATA[PECL]]></category>
		<category><![CDATA[repcached]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1341</guid>
		<description><![CDATA[When I was looking for ways to replicate the contents of memcached for high-availability performance, I found this memcached-repcached application. that has the ability to replicate the contents of one memcached to another. Repcached key features Multi master replication. Asynchronous data repliacation. Support all memcached command (set, add, delete, incr/decr, flush_all, cas) People probably already <a href='http://www.kutukupret.com/2011/06/14/memcached-replication-on-server-clusters/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/06/14/memcached-replication-on-server-clusters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharing PHP Session In web Clusters Using Memcache</title>
		<link>http://www.kutukupret.com/2011/06/11/sharing-php-session-in-web-clusters-using-memcache/</link>
		<comments>http://www.kutukupret.com/2011/06/11/sharing-php-session-in-web-clusters-using-memcache/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 07:58:30 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[load balance]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[disk IO]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[PECL]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1314</guid>
		<description><![CDATA[If you have multiple load balanced webservers all serving the same site, sessions should be shared among those servers, and not reside on each server individually. Because we don&#8217;t know where user gets load-balanced to which backend server. A common way solving this problems are by using custom class that overrides default behavior and stores <a href='http://www.kutukupret.com/2011/06/11/sharing-php-session-in-web-clusters-using-memcache/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/06/11/sharing-php-session-in-web-clusters-using-memcache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx And Simple Permalink</title>
		<link>http://www.kutukupret.com/2011/05/26/nginx-and-simple-permalink/</link>
		<comments>http://www.kutukupret.com/2011/05/26/nginx-and-simple-permalink/#comments</comments>
		<pubDate>Thu, 26 May 2011 04:12:08 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[cgi]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[serp]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[uri]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1145</guid>
		<description><![CDATA[What is permalink? permalink definition on a wiki website: A permalink, or permanent link, is a URL that points to a specific blog or forum entry after it has passed from the front page to the archives. Because a permalink remains unchanged indefinitely, it is less susceptible to link rot. Most modern weblogging and content-syndication <a href='http://www.kutukupret.com/2011/05/26/nginx-and-simple-permalink/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/05/26/nginx-and-simple-permalink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx Memcached module And PHP</title>
		<link>http://www.kutukupret.com/2011/05/12/nginx-memcached-module-and-php/</link>
		<comments>http://www.kutukupret.com/2011/05/12/nginx-memcached-module-and-php/#comments</comments>
		<pubDate>Thu, 12 May 2011 10:01:01 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[cgi]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[Memcached module]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1097</guid>
		<description><![CDATA[I&#8217;ve seen lots of tutorials on internet explaining how set nginx to use memcached module. But, i&#8217;ve rarely seen them explaining, even the easiest one on how to populate memcached with data generated by php. When i&#8217;m getting in touch with memcached for the first time, i thought default configuration like this will be working <a href='http://www.kutukupret.com/2011/05/12/nginx-memcached-module-and-php/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/05/12/nginx-memcached-module-and-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Memcached And PHP, Caching Mysql Query Result</title>
		<link>http://www.kutukupret.com/2011/05/04/memcached-and-php-caching-mysql-query-result/</link>
		<comments>http://www.kutukupret.com/2011/05/04/memcached-and-php-caching-mysql-query-result/#comments</comments>
		<pubDate>Wed, 04 May 2011 13:04:32 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[livejournal]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[slashdot]]></category>
		<category><![CDATA[sourceforge]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1062</guid>
		<description><![CDATA[I&#8217;ve been messing around with memcached and php-pecl-memcache to cache sql query result. Many web sites &#38; applications such as Facebook, LiveJournal, Flickr, Slashdot, WikiPedia/MediaWiki, SourceForge, Digg and Twitter use memcached to enhance their performance. Memcached (Memory Cache Daemon) was developed by the team at LiveJournal to improve performance of their social blogging site by <a href='http://www.kutukupret.com/2011/05/04/memcached-and-php-caching-mysql-query-result/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/05/04/memcached-and-php-caching-mysql-query-result/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Use LIKE In MYSQL Stored Procedure Select Statement?</title>
		<link>http://www.kutukupret.com/2009/12/09/how-to-use-like-in-mysql-stored-procedure-select-statement/</link>
		<comments>http://www.kutukupret.com/2009/12/09/how-to-use-like-in-mysql-stored-procedure-select-statement/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 04:39:21 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[LIKE statement]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[store procedure]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=778</guid>
		<description><![CDATA[I write a stored procedure as below but always result nothing/incorect. The procedure itself is successfully created.After looking around with google i&#8217;ve found the solution.I need second variable to concat/stash %domin% Here&#8217;s the store procedure, and it work like a charm]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2009/12/09/how-to-use-like-in-mysql-stored-procedure-select-statement/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>i forgot mysql root password!</title>
		<link>http://www.kutukupret.com/2009/09/02/i-forgot-mysql-root-password/</link>
		<comments>http://www.kutukupret.com/2009/09/02/i-forgot-mysql-root-password/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 06:31:02 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=113</guid>
		<description><![CDATA[With lots of server to maintained, sometimes this occasionally happened. how to reset root password you forgotten root password?? seems like chicken egg problem to me Don&#8217;t worry here&#8217;s the solutions First of all you will need to ensure that your database is stopped: Now we should start the database with &#8211;skip-grant-tables which would allow <a href='http://www.kutukupret.com/2009/09/02/i-forgot-mysql-root-password/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2009/09/02/i-forgot-mysql-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 7/49 queries in 0.036 seconds using memcached
Object Caching 1486/1608 objects using xcache

Served from: www.kutukupret.com @ 2012-02-10 05:46:06 -->
