<?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; Database</title>
	<atom:link href="http://www.networkjack.info/blog/category/database/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>
		<item>
		<title>FileMaker Scripting &#8211; PrivilegeSetName</title>
		<link>http://www.networkjack.info/blog/2007/04/28/filemaker-scripting-privilegesetname/</link>
		<comments>http://www.networkjack.info/blog/2007/04/28/filemaker-scripting-privilegesetname/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 18:08:38 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[FileMaker]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/2007/04/28/filemaker-scripting-privilegesetname/</guid>
		<description><![CDATA[Quick FileMaker Pro tip:
if you are trying to implement some privilege set specific behavior and you are depending on the call to Get(PrivilegeSetName), be aware that if you set the &#8220;Run Script with Full Privileges&#8221; option on that script that that function does not return the Privilege Set Name for the current user, but instead [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2007/04/28/filemaker-scripting-privilegesetname/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Post mangling &#8211; quick change to keep 2 past revs of a post</title>
		<link>http://www.networkjack.info/blog/2007/03/29/wordpress-post-mangling-quick-change-to-keep-2-past-rev-of-a-post/</link>
		<comments>http://www.networkjack.info/blog/2007/03/29/wordpress-post-mangling-quick-change-to-keep-2-past-rev-of-a-post/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 05:39:48 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Web Software]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/archives/36</guid>
		<description><![CDATA[I had been working really hard on my post on our super duper mail server and at some point I started having some really weird interactions with the tinymce editor. I was switching back and forth between the raw HTML editor and all of a sudden I only had the middle 60% of my post. [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2007/03/29/wordpress-post-mangling-quick-change-to-keep-2-past-rev-of-a-post/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Mail Server Feature &#8211; Last Message Received</title>
		<link>http://www.networkjack.info/blog/2007/03/28/new-feature-last-message-received/</link>
		<comments>http://www.networkjack.info/blog/2007/03/28/new-feature-last-message-received/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 04:47:12 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Mail Server]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/archives/34</guid>
		<description><![CDATA[Today I added a new datum for the Users table for our mail server: Last Message Received
What prompted me to add this was I was trying to prune down the over 150 accounts we have in the macserve.net domain and I had no idea which email addresses were actually in use or when they last [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2007/03/28/new-feature-last-message-received/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re: ECM2 &#8211; Mail Server</title>
		<link>http://www.networkjack.info/blog/2007/03/20/re-ecm2/</link>
		<comments>http://www.networkjack.info/blog/2007/03/20/re-ecm2/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 05:03:43 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Mail Server]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/archives/22</guid>
		<description><![CDATA[An recent email inquiry I received:

> I saw you had posted a reply to my inquiry about large installs running ECM2.
This mail server is my baby, so if I gush a bit, please forgive me.
> At this point, we&#8217;ve totally outgrown EIMS (as you can understand),
> and ECM2 is defintely the front-runner as far as [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2007/03/20/re-ecm2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL server &#8211; logs and data &#8211; standardizing links</title>
		<link>http://www.networkjack.info/blog/2007/03/05/mysql-server-logs-and-data-standardizing-links/</link>
		<comments>http://www.networkjack.info/blog/2007/03/05/mysql-server-logs-and-data-standardizing-links/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 17:25:02 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/archives/17</guid>
		<description><![CDATA[We manage a lot of different servers, mostly web application servers running PHP and MySQL.
The physical layout of these systems, due the hardware involved, often is quite different from server to server. As a result the placement of the data repository and binary logs and other log files is not the the same.
I got tired [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2007/03/05/mysql-server-logs-and-data-standardizing-links/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
