<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.7" -->
<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/"
	>

<channel>
	<title>Design Solution Blog - Web Development &#038; Hosting : Technically Speaking</title>
	<link>http://blog.designsolution.co.uk</link>
	<description>Web Development &#038; Hosting : Technically Speaking</description>
	<pubDate>Wed, 13 Jun 2007 15:51:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>
	<language>en</language>
			<item>
		<title>MySQL binary log rotation</title>
		<link>http://blog.designsolution.co.uk/mysql-binary-log-rotation/</link>
		<comments>http://blog.designsolution.co.uk/mysql-binary-log-rotation/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 12:56:13 +0000</pubDate>
		<dc:creator>glen</dc:creator>
		
		<category>General</category>

		<category>MySQL</category>

		<category>RedHat</category>

		<guid isPermaLink="false">http://blog.designsolution.co.uk/mysql-binary-log-rotation/</guid>
		<description><![CDATA[We are running a MySQL replication setup, and find that the binary logs get very large, very quickly.  Since MySQL didn&#8217;t come with a log rotation script, we rolled our own.  Usage is simple:
At the top of the script are some definitions that you need to change for your setup:

MYSQL_USER MYSQL_PASS - You [...]]]></description>
		<wfw:commentRss>http://blog.designsolution.co.uk/mysql-binary-log-rotation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enabling GD library for PHP 4.4.4 on Mac OS X</title>
		<link>http://blog.designsolution.co.uk/enabling-gd-library-for-php-on-mac-os-x/</link>
		<comments>http://blog.designsolution.co.uk/enabling-gd-library-for-php-on-mac-os-x/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 01:21:21 +0000</pubDate>
		<dc:creator>glen</dc:creator>
		
		<category>MySQL</category>

		<category>PHP</category>

		<category>Apache</category>

		<category>Mac</category>

		<guid isPermaLink="false">http://blog.designsolution.co.uk/enabling-gd-library-for-php-on-mac-os-x/</guid>
		<description><![CDATA[For some reason, GD is not enabled in the default Mac OS X build of PHP 4.4.4.  Here&#8217;s an easy way to install.  Make sure you have the following fink packages installed:

libpng3
libjpeg

1. Download the source code for PHP 4.4.4
PHP 4.4.4 source
2. Unpack the source
tar jxvf php-4.4.4.tar.bz2
cd php-4.4.4
3. Compile and install the GD extension

cd [...]]]></description>
		<wfw:commentRss>http://blog.designsolution.co.uk/enabling-gd-library-for-php-on-mac-os-x/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
