<?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; mysql</title>
	<atom:link href="http://www.kutukupret.com/tag/mysql/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>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>Securing MySQL traffic with stunnel</title>
		<link>http://www.kutukupret.com/2009/09/20/securing-mysql-traffic-with-stunnel/</link>
		<comments>http://www.kutukupret.com/2009/09/20/securing-mysql-traffic-with-stunnel/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 05:12:19 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[tunnel]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[stunnel]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=207</guid>
		<description><![CDATA[To encrypt a connection between a mysql client and a mysql server, run two instances of stunnel, one on client site and other on MySQL remote site Here&#8217;s steps how to do it Create stunnel.pem cert on server site Set the proper permissions on the resulting private key: Set the proper ownership of the stunnel <a href='http://www.kutukupret.com/2009/09/20/securing-mysql-traffic-with-stunnel/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2009/09/20/securing-mysql-traffic-with-stunnel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix + Centos + Policyd V2 + MySQL</title>
		<link>http://www.kutukupret.com/2009/09/13/postfix-centos-policyd-v2-mysql/</link>
		<comments>http://www.kutukupret.com/2009/09/13/postfix-centos-policyd-v2-mysql/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 17:05:53 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[policyd]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=179</guid>
		<description><![CDATA[Prerequisites Requirements for Policyd v2 MySQL Net::Server &#62;= 0.96 Net::CIDR Config::IniFiles (Debian based: libconfig-inifiles-perl, RPM based: perl-Config-IniFiles) Cache::FastMmap (Debian based: libcache-fastmmap-perl, RPM based: perl-Cache-FastMmap) Mail::SPF (Required for SPF) Requirements for webui PHP v5+ Download policyd v2 Build rpm from source tarball Install the rpm In database/ run&#8230; This will build policyd.mysql, be sure to ALWAYS <a href='http://www.kutukupret.com/2009/09/13/postfix-centos-policyd-v2-mysql/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2009/09/13/postfix-centos-policyd-v2-mysql/feed/</wfw:commentRss>
		<slash:comments>15</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 1/33 queries in 0.033 seconds using memcached
Object Caching 767/822 objects using xcache

Served from: www.kutukupret.com @ 2012-02-06 06:53:07 -->
