<?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>devel.reinikainen.net &#187; sql</title>
	<atom:link href="http://devel.reinikainen.net/tag/sql/feed" rel="self" type="application/rss+xml" />
	<link>http://devel.reinikainen.net</link>
	<description>The ramblings of Jani Reinikainen</description>
	<lastBuildDate>Mon, 18 Jul 2011 18:54:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>AwStats SQL-hash patch</title>
		<link>http://devel.reinikainen.net/151</link>
		<comments>http://devel.reinikainen.net/151#comments</comments>
		<pubDate>Fri, 25 Dec 2009 09:50:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[awstats]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://devel.reinikainen.net/?p=151</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://devel.reinikainen.net/151/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exim, Amavis, Qpopper with TLS+MySQL Auth How-To</title>
		<link>http://devel.reinikainen.net/32</link>
		<comments>http://devel.reinikainen.net/32#comments</comments>
		<pubDate>Sat, 03 Oct 2009 08:14:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux/BSD Server Solutions]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mta]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://devel.reinikainen.net/?p=32</guid>
		<description><![CDATA[Revision 0.1.4, 1. December 2006 Table of contents 1. Introduction 1.1. Concepts 1.2. Revision history 1.3. Disclaimer 2. Exim Installation 3. TLS/SSL Certificates 4. Qpopper Installation 5. SQL Database Layout 5.1. Tables for Exim 5.2. Tables for Exim/Qpopper with Amavisd-new 5.3. Tables for Exim/Qpopper with Amavis-perl 6. Amavis Installation 6.1. Amavisd-new 6.2. Amavis-perl 6.3. SpamAssassin [...]]]></description>
		<wfw:commentRss>http://devel.reinikainen.net/32/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ProFTPd-TLS-SQL Mini How-to</title>
		<link>http://devel.reinikainen.net/30</link>
		<comments>http://devel.reinikainen.net/30#comments</comments>
		<pubDate>Sat, 03 Oct 2009 08:13:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux/BSD Server Solutions]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://devel.reinikainen.net/?p=30</guid>
		<description><![CDATA[Since there are no Ubuntu/Debian packages for ProFTPd with TLS and SQL support, I had to compile from source. However, I just used apt-get to get the SSL libraries. # apt-get update # apt-get install openssl libssl-dev libmysqlclient15-dev zlib1g-dev gcc make g++ I extracted the patched ProFTPd-TLS source and changed to the newly created directory. [...]]]></description>
		<wfw:commentRss>http://devel.reinikainen.net/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache + PHP + JSP + SQL + Perl on FreeBSD</title>
		<link>http://devel.reinikainen.net/21</link>
		<comments>http://devel.reinikainen.net/21#comments</comments>
		<pubDate>Sat, 03 Oct 2009 08:08:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux/BSD Server Solutions]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://devel.reinikainen.net/?p=21</guid>
		<description><![CDATA[Introduction FIX ME MySQL 5.0.x Client Installation Note! You will need to mount devfs or at least mknod a /dev/random inside this jail, otherwise MySQL will only throw out &#8220;SSL Connection Error&#8221; when you are trying to establish a SSL encrypted connection! The same goes for SSHd. In order to be able to connect to [...]]]></description>
		<wfw:commentRss>http://devel.reinikainen.net/21/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exim, Courier-IMAP with TLS+MySQL Auth How-To</title>
		<link>http://devel.reinikainen.net/19</link>
		<comments>http://devel.reinikainen.net/19#comments</comments>
		<pubDate>Sat, 03 Oct 2009 08:07:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux/BSD Server Solutions]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mta]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://devel.reinikainen.net/?p=19</guid>
		<description><![CDATA[Table of contents 1. Introduction 1.1 Concepts I have recently started to think that BSD is a superior server operating system over Linux. In this how-to, I&#8217;m using FreeBSD 5.3-RELEASE and it&#8217;s excellent jail system. I&#8217;ve also been a fan of databases for organizing and replicating large amounts of data. I chose MySQL for my [...]]]></description>
		<wfw:commentRss>http://devel.reinikainen.net/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jailing MySQL and PostgreSQL on FreeBSD</title>
		<link>http://devel.reinikainen.net/15</link>
		<comments>http://devel.reinikainen.net/15#comments</comments>
		<pubDate>Sat, 03 Oct 2009 08:04:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux/BSD Server Solutions]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[chroot]]></category>
		<category><![CDATA[jail]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://devel.reinikainen.net/?p=15</guid>
		<description><![CDATA[Table of contents 1. Introduction 1.1. Concepts 1.2. Revision history 1.3. Disclaimer 2. Tough choices 2.1. Choosing a server platform 2.2. Choosing a database backend 3. Theory 3.1. Account theory 3.2. Partitioning theory 3.3. Security theory 3.4. Directory structuring theory 4. Theory in practice 4.1. FreeBSD Installation 4.2. Jail network setup 4.3. Creating the jails [...]]]></description>
		<wfw:commentRss>http://devel.reinikainen.net/15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

