<?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>ozbuyucusu.com</title>
	<atom:link href="http://blog.ozbuyucusu.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ozbuyucusu.com</link>
	<description>why not ?</description>
	<lastBuildDate>Wed, 09 Sep 2009 15:58:25 +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>MySQL : Net packets out of order</title>
		<link>http://blog.ozbuyucusu.com/2009/09/09/mysql-net-packets-out-of-order/</link>
		<comments>http://blog.ozbuyucusu.com/2009/09/09/mysql-net-packets-out-of-order/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 15:57:30 +0000</pubDate>
		<dc:creator>oz</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://blog.ozbuyucusu.com/?p=17</guid>
		<description><![CDATA[A couple of weeks ago I come across an error which was very frustrating. I got this error when I try to connect a database with Toad or via Sphinx. I googled around alot to find an answer but the only answer I found out was in mysql forums which only declared that this is [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I come across an error which was very frustrating. I got this error when I try to connect a database with Toad or via Sphinx. I googled around alot to find an answer but the only answer I found out was in mysql forums which only declared that this is a "network problem". I even reinstalled mysql to find a fix for it. It didnt work.</p>
<p>So I rechecked every possible step that would cause a problem, and found out the problem started when I use mysql-dump output to load my data. I got the mysql-dump again and retired from my production server. It didnt work aswell. Then I tried yesterdays backups from production which worked fine. So what happened between yesterday and today that I get a net packets out of order error ?</p>
<p>I created a "view" !</p>
<p>Views, stored procedures, triggers are created with mysql users id and even though it can be recreated via backup its problematic if the user unique id doesnt match between servers.</p>
<p>So if you get a "net packets out of order" error, and if you got the error after a restore drop and recreate your views, stored procedures, triggers not to get an error in some programs (while others working perfectly well).</p>
<p>I saw the same error comes up in .NET aswell (while I am searching in google ), but I didnt really check if its caused by this error.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ozbuyucusu.com/2009/09/09/mysql-net-packets-out-of-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Error: Allowed memory size of 262144 bytes exhausted</title>
		<link>http://blog.ozbuyucusu.com/2009/08/26/php-error-allowed-memory-size-of-262144-bytes-exhausted/</link>
		<comments>http://blog.ozbuyucusu.com/2009/08/26/php-error-allowed-memory-size-of-262144-bytes-exhausted/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 13:31:09 +0000</pubDate>
		<dc:creator>oz</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.ozbuyucusu.com/?p=12</guid>
		<description><![CDATA[Today I come across a php error I havent seen in ages. "Allowed memory size of 262144 bytes exhausted" I rechecked everything in php.ini / .htaccess / code on server. I saw nothing wrong at start. memory limit was set to 4gb and there was no lines in code which modifies this variable. So what [...]]]></description>
			<content:encoded><![CDATA[<p>Today I come across a php error I havent seen in ages.</p>
<p>"Allowed memory size of 262144 bytes exhausted"</p>
<p>I rechecked everything in php.ini / .htaccess / code on server. I saw nothing wrong at start. memory limit was set to 4gb and there was no lines in code which modifies this variable. So what was the problem ?</p>
<p>Then I thought what if php cannot allocate 4gb of memory ? Then set memory limit to 1gb and it worked. The problem was simple, if php cannot allocate the memory limit you set it goes to its default value while phpinfo is still showing 4gb.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ozbuyucusu.com/2009/08/26/php-error-allowed-memory-size-of-262144-bytes-exhausted/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Personal hackathlon accomplished</title>
		<link>http://blog.ozbuyucusu.com/2009/08/25/personal-hackathlon-accomplished/</link>
		<comments>http://blog.ozbuyucusu.com/2009/08/25/personal-hackathlon-accomplished/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 15:13:02 +0000</pubDate>
		<dc:creator>oz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.ozbuyucusu.com/?p=8</guid>
		<description><![CDATA[These 3-4 days I have been coding day and night testing my limits which I used to do all the time. I thought I was getting rusty, but I am happy to see I can still focus after 27 hours of nonstop coding (3 hours break and another 13 hours). To be honest this hackathlon [...]]]></description>
			<content:encoded><![CDATA[<p>These 3-4 days I have been coding day and night testing my limits which I used to do all the time. I thought I was getting rusty, but I am happy to see I can still focus after 27 hours of nonstop coding (3 hours break and another 13 hours). To be honest this hackathlon cost me a lot healthwise. To stay awake and focused smoked too many cigarettes while working. Now I am trying to chillout a bit.</p>
<p>I wrote a small scalable custom search module for a heavy loaded site using sphinx / mysql / php / memcached. That was really fun and challenging: discovering the awesome changes in the new version of sphinx and try to apply it to the search module. Hopefully it would be live soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ozbuyucusu.com/2009/08/25/personal-hackathlon-accomplished/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new start</title>
		<link>http://blog.ozbuyucusu.com/2009/08/22/a-new-start/</link>
		<comments>http://blog.ozbuyucusu.com/2009/08/22/a-new-start/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 16:22:34 +0000</pubDate>
		<dc:creator>oz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.ozbuyucusu.com/?p=3</guid>
		<description><![CDATA[I just deleted my old wordpress instance and installed a new one. Hopefully new starts would give me a chance to have a regular blog at last. (I am keeping my hopes pretty high)]]></description>
			<content:encoded><![CDATA[<p>I just deleted my old wordpress instance and installed a new one. Hopefully new starts would give me a chance to have a regular blog at last. (I am keeping my hopes pretty high)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ozbuyucusu.com/2009/08/22/a-new-start/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
