<?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>Website Builders Resource &#187; MySQL</title>
	<atom:link href="http://websitebuildersresource.com/category/servers/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://websitebuildersresource.com</link>
	<description>Your Web Development Source</description>
	<lastBuildDate>Mon, 25 Jan 2010 21:53:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL File Access, Access Denied</title>
		<link>http://websitebuildersresource.com/2008/12/31/mysql-file-access-access-denied/</link>
		<comments>http://websitebuildersresource.com/2008/12/31/mysql-file-access-access-denied/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 03:04:46 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[file access]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=451</guid>
		<description><![CDATA[If you need to access files for importing directly from MySQL you may have encountered an error stating the following.
Access denied for user: 'user@localhost' (Using password: YES)
The user used to execute the import needs the FILE privilege in order to complete a command similar the one below.
LOAD DATA INFILE filename
INTO TABLE products
FIELDS TERMINATED BY '&#124;'
LINES [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to access files for importing directly from MySQL you may have encountered an error stating the following.</p>
<pre><code class="html">Access denied for user: 'user@localhost' (Using password: YES)</code></pre>
<p>The user used to execute the import needs the FILE privilege in order to complete a command similar the one below.</p>
<pre><code class="mysql">LOAD DATA INFILE filename
INTO TABLE products
FIELDS TERMINATED BY '|'
LINES TERMINATED BY '\n';</code></pre>
<p>Use the following command within MySQL to grant the FILE privilege.</p>
<pre><code class="mysql">GRANT FILE ON *.* TO 'mysql_user'@'localhost';</code></pre>
<p>		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F31%2Fmysql-file-access-access-denied%2F&amp;title=MySQL+File+Access%2C+Access+Denied"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F31%2Fmysql-file-access-access-denied%2F&amp;title=MySQL+File+Access%2C+Access+Denied"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F31%2Fmysql-file-access-access-denied%2F&amp;title=MySQL+File+Access%2C+Access+Denied"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F31%2Fmysql-file-access-access-denied%2F&amp;headline=MySQL+File+Access%2C+Access+Denied"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=MySQL+File+Access%2C+Access+Denied&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F31%2Fmysql-file-access-access-denied%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=MySQL+File+Access%2C+Access+Denied&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F31%2Fmysql-file-access-access-denied%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=MySQL+File+Access%2C+Access+Denied&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F31%2Fmysql-file-access-access-denied%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=MySQL+File+Access%2C+Access+Denied&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F31%2Fmysql-file-access-access-denied%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=MySQL+File+Access%2C+Access+Denied&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F31%2Fmysql-file-access-access-denied%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F31%2Fmysql-file-access-access-denied%2F&amp;title=MySQL+File+Access%2C+Access+Denied&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F31%2Fmysql-file-access-access-denied%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F31%2Fmysql-file-access-access-denied%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2008/12/25/godaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans/" title="GoDaddy Now Allows Direct Access to MySQL on Shared Hosting Plans">GoDaddy Now Allows Direct Access to MySQL on Shared Hosting Plans</a></li><li><a href="http://websitebuildersresource.com/2008/12/19/mysql-match-dates-with-a-unixtime-field/" title="MySQL Match Dates with a UNIXTIME Field">MySQL Match Dates with a UNIXTIME Field</a></li><li><a href="http://websitebuildersresource.com/2008/12/17/mysql-replace-string-similar-to-php-str_replace/" title="MySQL Replace String, Similar to PHP str_replace()">MySQL Replace String, Similar to PHP str_replace()</a></li><li><a href="http://websitebuildersresource.com/2008/11/26/great-mysql-mysqldump-split-utility/" title="Great MySQL mysqldump Split Utility">Great MySQL mysqldump Split Utility</a></li><li><a href="http://websitebuildersresource.com/2008/11/23/my-essential-developers-toolbox/" title="My Essential Developer&#8217;s Toolbox &#8211; Part I">My Essential Developer&#8217;s Toolbox &#8211; Part I</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/12/31/mysql-file-access-access-denied/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GoDaddy Now Allows Direct Access to MySQL on Shared Hosting Plans</title>
		<link>http://websitebuildersresource.com/2008/12/25/godaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans/</link>
		<comments>http://websitebuildersresource.com/2008/12/25/godaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 21:45:57 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[godaddy.com]]></category>
		<category><![CDATA[mysql access]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=424</guid>
		<description><![CDATA[GoDaddy.com has recently added the ability for shared hosting plans owners to access their MySQL databases directly.
Once you start the MySQL creation process you will have the option to Allow/Disallow direct access.



This is very useful if you do not want to use phpMyAdmin to administer your MySQL database such as an initial import that exceeds [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.godaddy.com" target="_blank">GoDaddy.com</a> has recently added the ability for shared hosting plans owners to access their MySQL databases directly.</p>
<p>Once you start the MySQL creation process you will have the option to Allow/Disallow direct access.</p>
<div style="clear: both;"></div>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/godaddy-1.png"><img class="alignnone size-medium wp-image-425" title="godaddy-1" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/godaddy-1-300x114.png" alt="" width="300" height="114" /></a></p>
<div style="clear: both;"></div>
<p>This is very useful if you do not want to use phpMyAdmin to administer your MySQL database such as an initial import that exceeds the maximum import file size. Currently <a href="http://www.godaddy.com" target="_blank">GoDaddy.com</a> limits to 2048kb. </p>
<p>If you want to use phpMyAdmin and need to import a large amount of data check out my <a title="MySQL SQL Dup Splitter" href="http://www.websitebuildersresource.com/2008/11/26/great-mysql-mysqldump-split-utility/">tutortial on how to use SQLDumpSplitter</a>.<br />
		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fgodaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans%2F&amp;title=GoDaddy+Now+Allows+Direct+Access+to+MySQL+on+Shared+Hosting+Plans"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fgodaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans%2F&amp;title=GoDaddy+Now+Allows+Direct+Access+to+MySQL+on+Shared+Hosting+Plans"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fgodaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans%2F&amp;title=GoDaddy+Now+Allows+Direct+Access+to+MySQL+on+Shared+Hosting+Plans"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fgodaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans%2F&amp;headline=GoDaddy+Now+Allows+Direct+Access+to+MySQL+on+Shared+Hosting+Plans"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=GoDaddy+Now+Allows+Direct+Access+to+MySQL+on+Shared+Hosting+Plans&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fgodaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=GoDaddy+Now+Allows+Direct+Access+to+MySQL+on+Shared+Hosting+Plans&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fgodaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=GoDaddy+Now+Allows+Direct+Access+to+MySQL+on+Shared+Hosting+Plans&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fgodaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=GoDaddy+Now+Allows+Direct+Access+to+MySQL+on+Shared+Hosting+Plans&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fgodaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=GoDaddy+Now+Allows+Direct+Access+to+MySQL+on+Shared+Hosting+Plans&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fgodaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fgodaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans%2F&amp;title=GoDaddy+Now+Allows+Direct+Access+to+MySQL+on+Shared+Hosting+Plans&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fgodaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fgodaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2008/12/31/mysql-file-access-access-denied/" title="MySQL File Access, Access Denied">MySQL File Access, Access Denied</a></li><li><a href="http://websitebuildersresource.com/2008/12/19/mysql-match-dates-with-a-unixtime-field/" title="MySQL Match Dates with a UNIXTIME Field">MySQL Match Dates with a UNIXTIME Field</a></li><li><a href="http://websitebuildersresource.com/2008/12/17/mysql-replace-string-similar-to-php-str_replace/" title="MySQL Replace String, Similar to PHP str_replace()">MySQL Replace String, Similar to PHP str_replace()</a></li><li><a href="http://websitebuildersresource.com/2008/11/26/great-mysql-mysqldump-split-utility/" title="Great MySQL mysqldump Split Utility">Great MySQL mysqldump Split Utility</a></li><li><a href="http://websitebuildersresource.com/2008/11/23/my-essential-developers-toolbox/" title="My Essential Developer&#8217;s Toolbox &#8211; Part I">My Essential Developer&#8217;s Toolbox &#8211; Part I</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/12/25/godaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MySQL Match Dates with a UNIXTIME Field</title>
		<link>http://websitebuildersresource.com/2008/12/19/mysql-match-dates-with-a-unixtime-field/</link>
		<comments>http://websitebuildersresource.com/2008/12/19/mysql-match-dates-with-a-unixtime-field/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 18:01:56 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[unixtime]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=360</guid>
		<description><![CDATA[Here is how to grab and compare a date directly from a MySQL query if you are storing your dates as UNIXTIME.
SELECT
	*
FROM
	table
WHERE
	MONTH(FROM_UNIXTIME(unixtime_fieldname)) = MONTH(CURDATE())
	AND DAY(FROM_UNIXTIME(unixtime_fieldname)) = DAY(CURDATE())
	AND YEAR(FROM_UNIXTIME(unixtime_fieldname)) = YEAR(CURDATE())
This particular query is looking for any records that have the same month, day and year as today.
		
        
 [...]]]></description>
			<content:encoded><![CDATA[<p>Here is how to grab and compare a date directly from a MySQL query if you are storing your dates as UNIXTIME.</p>
<pre><code class="mysql">SELECT
	*
FROM
	table
WHERE
	MONTH(FROM_UNIXTIME(unixtime_fieldname)) = MONTH(CURDATE())
	AND DAY(FROM_UNIXTIME(unixtime_fieldname)) = DAY(CURDATE())
	AND YEAR(FROM_UNIXTIME(unixtime_fieldname)) = YEAR(CURDATE())</code></pre>
<p>This particular query is looking for any records that have the same month, day and year as today.<br />
		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F19%2Fmysql-match-dates-with-a-unixtime-field%2F&amp;title=MySQL+Match+Dates+with+a+UNIXTIME+Field"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F19%2Fmysql-match-dates-with-a-unixtime-field%2F&amp;title=MySQL+Match+Dates+with+a+UNIXTIME+Field"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F19%2Fmysql-match-dates-with-a-unixtime-field%2F&amp;title=MySQL+Match+Dates+with+a+UNIXTIME+Field"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F19%2Fmysql-match-dates-with-a-unixtime-field%2F&amp;headline=MySQL+Match+Dates+with+a+UNIXTIME+Field"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=MySQL+Match+Dates+with+a+UNIXTIME+Field&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F19%2Fmysql-match-dates-with-a-unixtime-field%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=MySQL+Match+Dates+with+a+UNIXTIME+Field&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F19%2Fmysql-match-dates-with-a-unixtime-field%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=MySQL+Match+Dates+with+a+UNIXTIME+Field&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F19%2Fmysql-match-dates-with-a-unixtime-field%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=MySQL+Match+Dates+with+a+UNIXTIME+Field&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F19%2Fmysql-match-dates-with-a-unixtime-field%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=MySQL+Match+Dates+with+a+UNIXTIME+Field&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F19%2Fmysql-match-dates-with-a-unixtime-field%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F19%2Fmysql-match-dates-with-a-unixtime-field%2F&amp;title=MySQL+Match+Dates+with+a+UNIXTIME+Field&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F19%2Fmysql-match-dates-with-a-unixtime-field%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F19%2Fmysql-match-dates-with-a-unixtime-field%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2008/12/31/mysql-file-access-access-denied/" title="MySQL File Access, Access Denied">MySQL File Access, Access Denied</a></li><li><a href="http://websitebuildersresource.com/2008/12/25/godaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans/" title="GoDaddy Now Allows Direct Access to MySQL on Shared Hosting Plans">GoDaddy Now Allows Direct Access to MySQL on Shared Hosting Plans</a></li><li><a href="http://websitebuildersresource.com/2008/12/17/mysql-replace-string-similar-to-php-str_replace/" title="MySQL Replace String, Similar to PHP str_replace()">MySQL Replace String, Similar to PHP str_replace()</a></li><li><a href="http://websitebuildersresource.com/2008/11/26/great-mysql-mysqldump-split-utility/" title="Great MySQL mysqldump Split Utility">Great MySQL mysqldump Split Utility</a></li><li><a href="http://websitebuildersresource.com/2008/11/23/my-essential-developers-toolbox/" title="My Essential Developer&#8217;s Toolbox &#8211; Part I">My Essential Developer&#8217;s Toolbox &#8211; Part I</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/12/19/mysql-match-dates-with-a-unixtime-field/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL Replace String, Similar to PHP str_replace()</title>
		<link>http://websitebuildersresource.com/2008/12/17/mysql-replace-string-similar-to-php-str_replace/</link>
		<comments>http://websitebuildersresource.com/2008/12/17/mysql-replace-string-similar-to-php-str_replace/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 17:09:38 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[replace]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=331</guid>
		<description><![CDATA[Very handy function if you need to replace a string in your MySQL database tables.
UPDATE table
SET field = REPLACE(field, 'Old Value', 'New Value')
Reference
MySQL String Functions
http://dev.mysql.com/doc/refman/5.1/en/string-functions.html
		
        
        
Related PostsMySQL File Access, Access DeniedGoDaddy Now Allows Direct Access to MySQL on Shared Hosting [...]]]></description>
			<content:encoded><![CDATA[<p>Very handy function if you need to replace a string in your MySQL database tables.</p>
<pre><code class="mysql">UPDATE table
SET field = REPLACE(field, 'Old Value', 'New Value')</code></pre>
<h3>Reference</h3>
<p>MySQL String Functions<br />
<a href="http://dev.mysql.com/doc/refman/5.1/en/string-functions.html" target="_blank">http://dev.mysql.com/doc/refman/5.1/en/string-functions.html</a><br />
		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F17%2Fmysql-replace-string-similar-to-php-str_replace%2F&amp;title=MySQL+Replace+String%2C+Similar+to+PHP+str_replace%28%29"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F17%2Fmysql-replace-string-similar-to-php-str_replace%2F&amp;title=MySQL+Replace+String%2C+Similar+to+PHP+str_replace%28%29"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F17%2Fmysql-replace-string-similar-to-php-str_replace%2F&amp;title=MySQL+Replace+String%2C+Similar+to+PHP+str_replace%28%29"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F17%2Fmysql-replace-string-similar-to-php-str_replace%2F&amp;headline=MySQL+Replace+String%2C+Similar+to+PHP+str_replace%28%29"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=MySQL+Replace+String%2C+Similar+to+PHP+str_replace%28%29&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F17%2Fmysql-replace-string-similar-to-php-str_replace%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=MySQL+Replace+String%2C+Similar+to+PHP+str_replace%28%29&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F17%2Fmysql-replace-string-similar-to-php-str_replace%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=MySQL+Replace+String%2C+Similar+to+PHP+str_replace%28%29&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F17%2Fmysql-replace-string-similar-to-php-str_replace%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=MySQL+Replace+String%2C+Similar+to+PHP+str_replace%28%29&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F17%2Fmysql-replace-string-similar-to-php-str_replace%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=MySQL+Replace+String%2C+Similar+to+PHP+str_replace%28%29&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F17%2Fmysql-replace-string-similar-to-php-str_replace%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F17%2Fmysql-replace-string-similar-to-php-str_replace%2F&amp;title=MySQL+Replace+String%2C+Similar+to+PHP+str_replace%28%29&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F17%2Fmysql-replace-string-similar-to-php-str_replace%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F17%2Fmysql-replace-string-similar-to-php-str_replace%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2008/12/31/mysql-file-access-access-denied/" title="MySQL File Access, Access Denied">MySQL File Access, Access Denied</a></li><li><a href="http://websitebuildersresource.com/2008/12/25/godaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans/" title="GoDaddy Now Allows Direct Access to MySQL on Shared Hosting Plans">GoDaddy Now Allows Direct Access to MySQL on Shared Hosting Plans</a></li><li><a href="http://websitebuildersresource.com/2008/12/19/mysql-match-dates-with-a-unixtime-field/" title="MySQL Match Dates with a UNIXTIME Field">MySQL Match Dates with a UNIXTIME Field</a></li><li><a href="http://websitebuildersresource.com/2008/11/26/great-mysql-mysqldump-split-utility/" title="Great MySQL mysqldump Split Utility">Great MySQL mysqldump Split Utility</a></li><li><a href="http://websitebuildersresource.com/2008/11/23/my-essential-developers-toolbox/" title="My Essential Developer&#8217;s Toolbox &#8211; Part I">My Essential Developer&#8217;s Toolbox &#8211; Part I</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/12/17/mysql-replace-string-similar-to-php-str_replace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move Your Wordpress Blog from Development/Staging to Production</title>
		<link>http://websitebuildersresource.com/2008/12/08/move-your-wordpress-blog-from-developmentstaging-to-production/</link>
		<comments>http://websitebuildersresource.com/2008/12/08/move-your-wordpress-blog-from-developmentstaging-to-production/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 14:50:24 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[production]]></category>
		<category><![CDATA[staging]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=313</guid>
		<description><![CDATA[When you are finished with development and staging reviews there are some database changes that need to be made in order for your Wordpress blog to work properly.
You can use any MySQL tool you have available, my favorite is Navicat.
Options Table
The options table stores all of the main settings for your blog. You will need [...]]]></description>
			<content:encoded><![CDATA[<p>When you are finished with development and staging reviews there are some database changes that need to be made in order for your Wordpress blog to work properly.</p>
<p>You can use any MySQL tool you have available, my favorite is <a href="http://www.navicat.com/" target="_blank">Navicat</a>.</p>
<h3>Options Table</h3>
<p>The options table stores all of the main settings for your blog. You will need to update the URLs that were originally set during installation as well as where your uploads are stored.</p>
<p><strong>Update URLs</strong></p>
<pre><code class="mysql">UPDATE wp_options
SET option_value = 'http://www.yourwebsite.com'
WHERE option_name = 'siteurl'
	AND option_name = 'home'</code></pre>
<p><strong>Update Upload Path</strong></p>
<pre><code class="mysql">UPDATE wp_options
SET option_value = 'wp-content/uploads'
WHERE option_name = 'upload_path'</code></pre>
<h3>Galleries</h3>
<p>If you have galleries in your posts you will need to update the URLs for the images to your production URL.</p>
<p><strong>Update Image URLs</strong></p>
<p>NOTE: The &#8216;localhost&#8217; value below should match what you entered during installation on your development/staging server.</p>
<pre><code class="mysql">UPDATE wp_posts
SET guid = REPLACE(guid, 'localhost', 'www.yourwebsite.com')
WHERE post_type = 'attachment'
	AND post_mime_type = 'image/jpeg'</code></pre>
<p>		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F08%2Fmove-your-wordpress-blog-from-developmentstaging-to-production%2F&amp;title=Move+Your+Wordpress+Blog+from+Development%2FStaging+to+Production"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F08%2Fmove-your-wordpress-blog-from-developmentstaging-to-production%2F&amp;title=Move+Your+Wordpress+Blog+from+Development%2FStaging+to+Production"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F08%2Fmove-your-wordpress-blog-from-developmentstaging-to-production%2F&amp;title=Move+Your+Wordpress+Blog+from+Development%2FStaging+to+Production"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F08%2Fmove-your-wordpress-blog-from-developmentstaging-to-production%2F&amp;headline=Move+Your+Wordpress+Blog+from+Development%2FStaging+to+Production"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=Move+Your+Wordpress+Blog+from+Development%2FStaging+to+Production&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F08%2Fmove-your-wordpress-blog-from-developmentstaging-to-production%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=Move+Your+Wordpress+Blog+from+Development%2FStaging+to+Production&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F08%2Fmove-your-wordpress-blog-from-developmentstaging-to-production%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=Move+Your+Wordpress+Blog+from+Development%2FStaging+to+Production&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F08%2Fmove-your-wordpress-blog-from-developmentstaging-to-production%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=Move+Your+Wordpress+Blog+from+Development%2FStaging+to+Production&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F08%2Fmove-your-wordpress-blog-from-developmentstaging-to-production%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=Move+Your+Wordpress+Blog+from+Development%2FStaging+to+Production&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F08%2Fmove-your-wordpress-blog-from-developmentstaging-to-production%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F08%2Fmove-your-wordpress-blog-from-developmentstaging-to-production%2F&amp;title=Move+Your+Wordpress+Blog+from+Development%2FStaging+to+Production&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F08%2Fmove-your-wordpress-blog-from-developmentstaging-to-production%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F08%2Fmove-your-wordpress-blog-from-developmentstaging-to-production%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2009/02/16/how-to-be-a-rockstar-wordpress-designer-book-review/" title="How to be a Rockstar Wordpress Designer Book Review">How to be a Rockstar Wordpress Designer Book Review</a></li><li><a href="http://websitebuildersresource.com/2009/01/06/slideshowpro-and-wordpress/" title="SlideShowPro and Wordpress">SlideShowPro and Wordpress</a></li><li><a href="http://websitebuildersresource.com/2008/11/20/create-a-custom-wordpress-page/" title="Create a Custom Wordpress Page">Create a Custom Wordpress Page</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/12/08/move-your-wordpress-blog-from-developmentstaging-to-production/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great MySQL mysqldump Split Utility</title>
		<link>http://websitebuildersresource.com/2008/11/26/great-mysql-mysqldump-split-utility/</link>
		<comments>http://websitebuildersresource.com/2008/11/26/great-mysql-mysqldump-split-utility/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 15:48:44 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[split]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=114</guid>
		<description><![CDATA[If you are in a situation where you don&#8217;t have access to mysql via command line to import your mysqldump file and need to use phpMyAdmin but limited to the size that you can import SQL Dump Splitter will help you keep your sanity.
It will split the files into smaller split files from the master [...]]]></description>
			<content:encoded><![CDATA[<p>If you are in a situation where you don&#8217;t have access to mysql via command line to import your mysqldump file and need to use phpMyAdmin but limited to the size that you can import SQL Dump Splitter will help you keep your sanity.</p>
<p>It will split the files into smaller split files from the master mysqldump file to the size specified.</p>
<h3>Installation</h3>
<p>Download a fresh copy of SQL Dump Splitter</p>
<pre><code class="html"><a href="http://www.rusiczki.net/blog/blogstuff/SQLDumpSplitter.zip">http://www.rusiczki.net/blog/blogstuff/SQLDumpSplitter.zip</a></code></pre>
<p>Extract the zip file and run the application.</p>
<pre><code class="html">&lt;extracted directory&gt;\SQLDumpSplitter.exe</code></pre>
<h3>Usage</h3>
<p>With the application open click Browse in Step 1.</p>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/sqldumpsplitter-2.png"><img class="alignnone size-medium wp-image-118" title="sqldumpsplitter-2" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/sqldumpsplitter-2-262x300.png" alt="" width="262" height="300" /></a></p>
<p>Choose your mysqldump file.</p>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/sqldumpsplitter-3.png"><img class="alignnone size-medium wp-image-119" title="sqldumpsplitter-3" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/sqldumpsplitter-3-300x219.png" alt="" width="300" height="219" /></a></p>
<p>Now Step 2 will ask you for the max size for each split file, by bytes, kilobytes and megabytes and show you number of split files.</p>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/sqldumpsplitter-4.png"><img class="alignnone size-medium wp-image-120" title="sqldumpsplitter-4" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/sqldumpsplitter-4-262x300.png" alt="" width="262" height="300" /></a></p>
<p>If you keep the default directory in Step 3 SQL Dump Splitter will create a new directory SQLDump Splitter with your split files. It will not override your mysqldump file.</p>
<p>Click execute to start splitting you mysqldump file.</p>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/sqldumpsplitter-5.png"><img class="alignnone size-medium wp-image-122" title="sqldumpsplitter-5" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/sqldumpsplitter-5-262x300.png" alt="" width="262" height="300" /></a></p>
<p>Once the splitting has been completed you will receive a notification that the process is complete.</p>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/sqldumpsplitter-6.png"><img class="alignnone size-medium wp-image-124" title="sqldumpsplitter-6" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/sqldumpsplitter-6-300x39.png" alt="" width="300" height="39" /></a></p>
<p>When you start your import start with the _DataStructure.sql file first. This has all of the create table statement then move on the the _&lt;number&gt;.sql files to import your data.</p>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/sqldumpsplitter-7.png"><img class="alignnone size-medium wp-image-125" title="sqldumpsplitter-7" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/sqldumpsplitter-7-246x300.png" alt="" width="246" height="300" /></a></p>
<h3>Credits</h3>
<p>Many thanks to <a href="http://www.philiplb.de/" target="_blank">Philip Lehmann-Böhm</a> for creating the application and <a href="http://www.rusiczki.net/blog/" target="_blank">János Rusiczki</a> for hosting the binary.</p>
<h3>Resources</h3>
<p><a href="http://www.rusiczki.net/blog/archives/2007/01/24/sql_dump_file_splitter" target="_blank">http://www.rusiczki.net/blog/archives/2007/01/24/sql_dump_file_splitter</a><br />
		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F26%2Fgreat-mysql-mysqldump-split-utility%2F&amp;title=Great+MySQL+mysqldump+Split+Utility"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F26%2Fgreat-mysql-mysqldump-split-utility%2F&amp;title=Great+MySQL+mysqldump+Split+Utility"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F26%2Fgreat-mysql-mysqldump-split-utility%2F&amp;title=Great+MySQL+mysqldump+Split+Utility"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F26%2Fgreat-mysql-mysqldump-split-utility%2F&amp;headline=Great+MySQL+mysqldump+Split+Utility"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=Great+MySQL+mysqldump+Split+Utility&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F26%2Fgreat-mysql-mysqldump-split-utility%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=Great+MySQL+mysqldump+Split+Utility&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F26%2Fgreat-mysql-mysqldump-split-utility%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=Great+MySQL+mysqldump+Split+Utility&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F26%2Fgreat-mysql-mysqldump-split-utility%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=Great+MySQL+mysqldump+Split+Utility&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F26%2Fgreat-mysql-mysqldump-split-utility%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=Great+MySQL+mysqldump+Split+Utility&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F26%2Fgreat-mysql-mysqldump-split-utility%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F26%2Fgreat-mysql-mysqldump-split-utility%2F&amp;title=Great+MySQL+mysqldump+Split+Utility&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F26%2Fgreat-mysql-mysqldump-split-utility%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F26%2Fgreat-mysql-mysqldump-split-utility%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2008/12/31/mysql-file-access-access-denied/" title="MySQL File Access, Access Denied">MySQL File Access, Access Denied</a></li><li><a href="http://websitebuildersresource.com/2008/12/25/godaddy-now-allows-direct-access-to-mysql-on-shared-hosting-plans/" title="GoDaddy Now Allows Direct Access to MySQL on Shared Hosting Plans">GoDaddy Now Allows Direct Access to MySQL on Shared Hosting Plans</a></li><li><a href="http://websitebuildersresource.com/2008/12/19/mysql-match-dates-with-a-unixtime-field/" title="MySQL Match Dates with a UNIXTIME Field">MySQL Match Dates with a UNIXTIME Field</a></li><li><a href="http://websitebuildersresource.com/2008/12/17/mysql-replace-string-similar-to-php-str_replace/" title="MySQL Replace String, Similar to PHP str_replace()">MySQL Replace String, Similar to PHP str_replace()</a></li><li><a href="http://websitebuildersresource.com/2008/11/23/my-essential-developers-toolbox/" title="My Essential Developer&#8217;s Toolbox &#8211; Part I">My Essential Developer&#8217;s Toolbox &#8211; Part I</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/26/great-mysql-mysqldump-split-utility/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Essential Developer&#8217;s Toolbox &#8211; Part I</title>
		<link>http://websitebuildersresource.com/2008/11/23/my-essential-developers-toolbox/</link>
		<comments>http://websitebuildersresource.com/2008/11/23/my-essential-developers-toolbox/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 20:17:56 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[navicat]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[zend studio]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=63</guid>
		<description><![CDATA[This is a multi-part post that lists all of the tools that I use on a regular basis as a web developer. The list is Microsoft Windows centric but I will point out the applications that are cross-platform (as best as I can).
IDEs (Integrated Development Environment)*
Microsoft ASP.NET
Both of the IDEs below are top notch and [...]]]></description>
			<content:encoded><![CDATA[<p>This is a multi-part post that lists all of the tools that I use on a regular basis as a web developer. The list is Microsoft Windows centric but I will point out the applications that are cross-platform (as best as I can).</p>
<h2>IDEs (Integrated Development Environment)*</h2>
<h3>Microsoft ASP.NET</h3>
<p>Both of the IDEs below are top notch and my personal favorites for developing against Microsoft technologies. Both have incredible built in debuggers including JavaScript debugging, drag and drop Web Control functionality, direct SQL Server support, source control support, ASP.NET AJAX integration, the list goes on. Click on the links below to view a full feature list.</p>
<p><strong>Microsoft Visual Web Developer &#8211; Free</strong><br />
<a href="http://www.microsoft.com/express/vwd/" target="_blank">http://www.microsoft.com/express/vwd/</a></p>
<p><strong>Microsoft Visual Studio</strong><br />
<a href="http://msdn.microsoft.com/en-us/vstudio/products/default.aspx" target="_blank">http://msdn.microsoft.com/en-us/vstudio/products/default.aspx</a></p>
<h3>PHP, Perl, Ruby, Java and Other Open Source Technologies</h3>
<p>There are a lot more open source and commercial IDEs available for the Open Source technologies that are not listed here and quick search on <a href="http://www.google.com/search?q=open+source+ide" target="_blank">Google</a> will help if you are looking for something in particular.</p>
<p><span id="more-63"></span></p>
<p>I only develop against PHP in the Open Source space so I will list PHP IDEs that I use.</p>
<p><strong>Eclipse PDT Project &#8211; Free &#8211; Cross Platform</strong><br />
<a href="http://www.eclipse.org/pdt/" target="_blank">http://www.eclipse.org/pdt/</a><br />
This is an incredible Open Source (free) project that will give most developers just about every feature you will need. The one thing I must mention about <a href="http://www.eclipse.org/" target="_blank">Eclipse</a> is that it is has a huge list of plugins that extend it&#8217;s base functionality from integrated database support, just about every programming language support, integrated remote server clients and much more.<a href="http://www.eclipse.org/pdt/" target="_blank"><br />
</a></p>
<p><strong>EasyEclipse &#8211; Free</strong><strong> &#8211; Cross Platform</strong><br />
<a href="http://www.easyeclipse.org/site/home/index.html" target="_blank">http://www.easyeclipse.org/site/home/index.html</a><br />
Similar to Eclipse PDT but with the most common used plugins already installed. The base Eclipse version may be behind from the latest version.<a href="http://www.easyeclipse.org/site/home/index.html" target="_blank"><br />
</a></p>
<p><strong>Zend Studio Professional for Eclipse</strong><strong> &#8211; Cross Platform</strong><br />
<a href="http://www.zend.com/en/products/studio/" target="_blank">http://www.zend.com/en/products/studio/</a><br />
My experience with Zend Studio Professional for Eclipse has been mixed. It has all of the base functionality as the Eclipse PDT project (which a lot of Zend Studio is based on) as well as hooks into their proprietary products such as Zend Core and includes support for the PHP/Java bridge.</p>
<p>I love the extra functionality Zend Studio for Eclipse comes with that Eclipse PDT doesn&#8217;t have but it is slower and more buggy (crashes and constant workspace builds that run forever). Beyond a few bugs I encounter on a regular basis I believe it is worth the cost of a license since you do get support directly from Zend, a lot of incredible functionality and regular updates from Zend.</p>
<p><strong>Aptana &#8211; Free</strong><strong> &#8211; Cross Platform</strong><br />
<a href="http://www.aptana.com/" target="_blank">http://www.aptana.com/</a><br />
This is my favorite Eclipse plugin that can also be installed as a stand-alone application. I originally used this plugin for it&#8217;s excellent support for HTML, CSS and JavaScript but over time they have included some great tools such as their <a href="http://www.aptana.com/jaxer" target="_blank">Jaxer Server</a> and <a href="http://www.aptana.com/cloud" target="_blank">Aptana Cloud</a>. If you are a Zend Studio user you will love the improvement of HTML, CSS and JavaScript support this plugin has over the built in tools. This plugin does support several other languages.</p>
<h2>Database Management</h2>
<h3>Microsoft SQL Server</h3>
<p><strong>SQL Server Management Studio Express &#8211; Free</strong><br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyId=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&amp;displaylang=en</a><br />
This is a great tool to management your SQL Server Express installation. This is a nice addition by Microsoft since the old Express version (MSDE, equivalent to SQL Server 2000) did not come with any managment software.</p>
<p>The biggest drawback to this is it does not have any direct method to backup or export all of your database data. I suggest grabbing a copy of the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=3C856B93-369F-4C6F-9357-C35384179543&amp;displaylang=en" target="_blank">SQL Server Toolkit</a> and use DTS to handle that or use the tool available from <a href="/2008/11/21/mysqldump-utility-for-sql-server/"><span>Peter         A. Bromberg</span></a>.</p>
<p><strong>SQL Server Management Studio</strong><br />
<a href="http://msdn.microsoft.com/en-us/library/ms174173.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/ms174173.aspx</a><br />
This is the full version of the SQL Server tools and has everything you need to manage your SQL Server data. A copy usually comes with a full version of Visual Studio.</p>
<h3>MySQL</h3>
<p><strong>MySQL GUI Tools &#8211; Free</strong><br />
<a href="http://dev.mysql.com/downloads/gui-tools/5.0.html" target="_blank">http://dev.mysql.com/downloads/gui-tools/5.0.html</a><br />
MySQL has provided some basic tools to handle your MySQL installation from server and resource management to a query tool. Very handy but very basic as well. Does not include methods for direct export or import of data.</p>
<p><strong>Navicat &#8211; Cross Platform</strong><br />
<a href="http://www.navicat.com/" target="_blank">http://www.navicat.com/</a><br />
This is the best MySQL management tool I have used. Very straight forward interface with everything you need at your fingertips. Has many data management tools with the ability to import, export, migrate data to and from other MySQL servers, schedule backups, create reports and much more. This is another commercial application that is worth the cost of the license.</p>
<p>They also provide versions for Oracle and PostgreSQL.</p>
<h2>Glossary*</h2>
<p>IDE<br />
<a href="http://en.wikipedia.org/wiki/Integrated_development_environment" target="_blank">http://en.wikipedia.org/wiki/Integrated_development_environment</a></p>
<h2>Continued</h2>
<p><a href="/2008/11/25/my-essential-developers-toolbox-part-ii/">Read on to Part II of the My Essential Developer&#8217;s Toolbox series of posts.</a><br />
		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F&amp;title=My+Essential+Developer%27s+Toolbox+-+Part+I"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F&amp;title=My+Essential+Developer%27s+Toolbox+-+Part+I"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F&amp;title=My+Essential+Developer%27s+Toolbox+-+Part+I"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F&amp;headline=My+Essential+Developer%27s+Toolbox+-+Part+I"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=My+Essential+Developer%27s+Toolbox+-+Part+I&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=My+Essential+Developer%27s+Toolbox+-+Part+I&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=My+Essential+Developer%27s+Toolbox+-+Part+I&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=My+Essential+Developer%27s+Toolbox+-+Part+I&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=My+Essential+Developer%27s+Toolbox+-+Part+I&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F&amp;title=My+Essential+Developer%27s+Toolbox+-+Part+I&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2010/01/24/php-country-array/" title="PHP Country Array">PHP Country Array</a></li><li><a href="http://websitebuildersresource.com/2010/01/04/blank-cdata-with-php-and-simplexml/" title="Blank CDATA with PHP and SimpleXML">Blank CDATA with PHP and SimpleXML</a></li><li><a href="http://websitebuildersresource.com/2009/02/07/jquery-select-manipulation-multiple-selects-json-default/" title="jQuery &lt;select&gt; Manipulation, Multiple Selects with JSON, Set Defaults, Oh My">jQuery &lt;select&gt; Manipulation, Multiple Selects with JSON, Set Defaults, Oh My</a></li><li><a href="http://websitebuildersresource.com/2009/01/07/eclipse-pdt-php-development-tools-2-0-released/" title="Eclipse PDT (PHP Development Tools) 2.0 Released">Eclipse PDT (PHP Development Tools) 2.0 Released</a></li><li><a href="http://websitebuildersresource.com/2009/01/03/format-string-with-stringformat-and-c-sharp/" title="Format String with String.Format and C#">Format String with String.Format and C#</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/23/my-essential-developers-toolbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
