<?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>The Ventrino Blog &#187; MySQL</title>
	<atom:link href="http://www.ventrino.com/blog/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ventrino.com/blog</link>
	<description>Exchange Software Since 1994</description>
	<lastBuildDate>Mon, 24 May 2010 00:02:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Updating the ClickBank Links in your LTE Traffic Exchange Script</title>
		<link>http://www.ventrino.com/blog/553/2010/02/updating-clickbank-links-lte-traffic-exchange-script/</link>
		<comments>http://www.ventrino.com/blog/553/2010/02/updating-clickbank-links-lte-traffic-exchange-script/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 22:45:08 +0000</pubDate>
		<dc:creator>Martyn</dc:creator>
				<category><![CDATA[LTE Manual]]></category>
		<category><![CDATA[Traffic Exchange]]></category>
		<category><![CDATA[Affiliate Links]]></category>
		<category><![CDATA[ClickBank]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[traffic exchange]]></category>
		<category><![CDATA[traffic exchange script]]></category>

		<guid isPermaLink="false">http://www.ventrino.com/blog/?p=553</guid>
		<description><![CDATA[The Ventrino LTE Manual Exchange comes with a number of high gravity ClickBank links.  These were added so that there is something to see with some viariety to get you started.  I expted people would delete them and a few of their own prior to launch.  However I was asked if they could be updated [...]]]></description>
			<content:encoded><![CDATA[<p>The Ventrino LTE Manual Exchange comes with a number of high gravity ClickBank links.  These were added so that there is something to see with some viariety to get you started.  I expted people would delete them and a few of their own prior to launch.  However I was asked if they could be updated to use the owners hop link, which they can.  Here&#8217;s how it&#8217;s done:</p>
<p>Run the following code in your SQL viewer or phpmyadmin, whatever you prefer, but replace <strong>your-clickbank-id-here</strong> with your ClickBank ID.</p>

<div class="wp_syntax"><div class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">UPDATE</span> links
<span style="color: #990099; font-weight: bold;">SET</span> link <span style="color: #CC0099;">=</span> 
<span style="color: #000099;">REPLACE</span><span style="color: #FF00FF;">&#40;</span>
  link<span style="color: #000033;">,</span>
  <span style="color: #008000;">'ratemyop'</span><span style="color: #000033;">,</span>
  <span style="color: #008000;">'your-clickbank-id-here'</span>
<span style="color: #FF00FF;">&#41;</span></pre></div></div>

<p>Don&#8217;t change anything else, make sure you do not disturb the &#8216; otherwise it won&#8217;t work.</p>
<p>The code will replace all of the &#8220;ratemyop&#8221; entriies with your ID instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ventrino.com/blog/553/2010/02/updating-clickbank-links-lte-traffic-exchange-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL server has gone away (avoid php flush)</title>
		<link>http://www.ventrino.com/blog/360/2009/08/mysql-server-avoid-php-flush/</link>
		<comments>http://www.ventrino.com/blog/360/2009/08/mysql-server-avoid-php-flush/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 13:44:52 +0000</pubDate>
		<dc:creator>Martyn</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[flush()]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.ventrino.com/blog/?p=360</guid>
		<description><![CDATA[I recently experienced a problem with a complex MySQL query which reported &#8220;MySQL server has gone away&#8221; and then just stopped.
There are plenty of posts with suggestions to help you fix this rare but annoying message and it&#8217;s likely they will help you more than this post.  However I found a solution, and one [...]]]></description>
			<content:encoded><![CDATA[<p>I recently experienced a problem with a complex MySQL query which reported &#8220;MySQL server has gone away&#8221; and then just stopped.</p>
<p>There are plenty of posts with suggestions to help you fix this rare but annoying message and it&#8217;s likely they will help you more than this post.  However I found a solution, and one that I could replicate so that for my particular issue have conclusive evidence of the cause.  An unusual luxury.</p>
<p><strong>Remove flush()</strong></p>
<p>It is as simple as that.  If you find flush() is called at any time while processing a page that suffers this error, rem it out and try again.  More information on flush() can be found here: http://uk3.php.net/flush</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ventrino.com/blog/360/2009/08/mysql-server-avoid-php-flush/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
