<?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>Next Web Designs &#187; Software Design</title>
	<atom:link href="http://nextwebdesigns.com/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://nextwebdesigns.com</link>
	<description>Growing the Artistic Web</description>
	<lastBuildDate>Wed, 14 Jul 2010 13:23:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL Blob Insert Error</title>
		<link>http://nextwebdesigns.com/2008/01/04/mysql-blob-insert-error/</link>
		<comments>http://nextwebdesigns.com/2008/01/04/mysql-blob-insert-error/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 21:54:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Design]]></category>

		<guid isPermaLink="false">http://nextwebdesigns.com/?p=22</guid>
		<description><![CDATA[When using MySQL to store things such as files, it is best to use a blob field.  If you're using a blob field, but having trouble with inserting some data into it (like a file), you might want to check the MySQL environment varibale max_allowed_packet.  The max_allowed_packet variable can be found in your configuration file [...]]]></description>
			<content:encoded><![CDATA[<p>When using MySQL to store things such as files, it is best to use a blob field.  If you're using a blob field, but having trouble with inserting some data into it (like a file), you might want to check the MySQL environment varibale <strong>max_allowed_packet</strong>.  The <strong>max_allowed_packet</strong> variable can be found in your configuration file (usually /etc/my.cnf), and is usually set to something around 1 MB.  If you try to insert a binary file larger than 1MB, the MySQL insert will fail.  All that's needed, is to change to max_allowed_packet to something larger, then, restart MySQL:</p>
<p><img src="http://nextwebdesigns.com/wp-content/uploads/2008/01/mysql_max_allowed_packet3.jpg" alt="MySQL Max Allowed Packet" /></p>
]]></content:encoded>
			<wfw:commentRss>http://nextwebdesigns.com/2008/01/04/mysql-blob-insert-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
