<?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>Network Jack &#187; MySQL</title>
	<atom:link href="http://www.networkjack.info/blog/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.networkjack.info/blog</link>
	<description>A Jack of All Nets' experience in the world of networked systems.</description>
	<lastBuildDate>Tue, 27 Jul 2010 02:05:24 +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>The Great Leap Beyond One &#8211; Creating Scalable PHP Web Applications</title>
		<link>http://www.networkjack.info/blog/2010/05/17/the-great-leap-beyond-one-creating-scalable-php-web-applications/</link>
		<comments>http://www.networkjack.info/blog/2010/05/17/the-great-leap-beyond-one-creating-scalable-php-web-applications/#comments</comments>
		<pubDate>Tue, 18 May 2010 04:47:23 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Content Networking]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Web App Development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/?p=212</guid>
		<description><![CDATA[I gave a presentation to the Dallas PHP user group on May 11, 2010 on Creating Scalable PHP Web Applications.
Download the presentation in PDF.
Here is a basic outline:

Introduction

Traditional Single Server and Dedicated DB-2 Server data flows.
What does it mean to be Scalable, Available and Redundant?


Planning your Delivery Architecture.

Delivery Resource Types &#8211; html/image/pdf/email/rss
URL types and origins [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2010/05/17/the-great-leap-beyond-one-creating-scalable-php-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solving the MySQL on Windows Open File limit &#8211; VMWare Linux</title>
		<link>http://www.networkjack.info/blog/2008/12/20/solving-the-mysql-on-windows-open-file-limit-vmware-linux/</link>
		<comments>http://www.networkjack.info/blog/2008/12/20/solving-the-mysql-on-windows-open-file-limit-vmware-linux/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 19:41:03 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/?p=136</guid>
		<description><![CDATA[This is a continuation of the saga of helping a customer of ours with their MySQL on Windows issues.
The basic premise is that MySQL 5 running under Windows has problems with large numbers of connections/open files.
We initially presented our client with 2 choices for solving their problem:

Setup MySQL on a different server running Linux
Move their [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2008/12/20/solving-the-mysql-on-windows-open-file-limit-vmware-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 5 limits on Windows OS &#8211; 2048 max open files</title>
		<link>http://www.networkjack.info/blog/2008/07/21/mysql-5-limits-on-window-os-2048-max-open-files/</link>
		<comments>http://www.networkjack.info/blog/2008/07/21/mysql-5-limits-on-window-os-2048-max-open-files/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 20:42:21 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Web App Development]]></category>
		<category><![CDATA[open files]]></category>
		<category><![CDATA[sockets]]></category>
		<category><![CDATA[table cache]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/?p=89</guid>
		<description><![CDATA[A customer of ours recently asked us to help them troubleshoot some performance problems they have been having with their ASP/MySQL based solution. They are running the latest version of MySQL 5 under Windows 2003 Server 64-bit edition. Their IIS/ASP based application is using an ODBC connection to connect to MySQL.
They have recently added a [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2008/07/21/mysql-5-limits-on-window-os-2048-max-open-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Replication Slave Control shell script</title>
		<link>http://www.networkjack.info/blog/2008/06/24/mysql-replication-slave-control-shell-script/</link>
		<comments>http://www.networkjack.info/blog/2008/06/24/mysql-replication-slave-control-shell-script/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 23:30:16 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[slave]]></category>
		<category><![CDATA[thread]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/?p=88</guid>
		<description><![CDATA[I set up a replication slave at our office to a MySQL server running at our colo and the master server is pretty busy. So busy that even with the compressed protocol option turned on the stream was taking a good 60-70 kbps out of the available bandwidth of our T1. Since it isn&#8217;t critical [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2008/06/24/mysql-replication-slave-control-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert from US Short Date to SQL date using MySQL parsing</title>
		<link>http://www.networkjack.info/blog/2007/10/01/convert-from-us-short-date-to-sql-date-using-mysql-parsing/</link>
		<comments>http://www.networkjack.info/blog/2007/10/01/convert-from-us-short-date-to-sql-date-using-mysql-parsing/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 20:00:59 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Data Translation]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Text Munging]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/2007/10/01/convert-from-us-short-date-to-sql-date-using-mysql-parsing/</guid>
		<description><![CDATA[I had a customer submit a batch file to be processed in one of our systems and they handed me an Excel file with short dates (mm/dd/yy). Sheesh, this is 2007, can we not get full 4 digit years, please!
so, I wanted to work out a method for quickly converting those date strings within mysql
assume [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2007/10/01/convert-from-us-short-date-to-sql-date-using-mysql-parsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
