<?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>Kenneth Dalbjerg &#187; mysql</title>
	<atom:link href="http://kennethdalbjerg.dk/tag/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://kennethdalbjerg.dk</link>
	<description>Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:41:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Pureftpd (Ubuntu / Debian)</title>
		<link>http://kennethdalbjerg.dk/2010/03/23/pureftpd-ubuntu-debian</link>
		<comments>http://kennethdalbjerg.dk/2010/03/23/pureftpd-ubuntu-debian#comments</comments>
		<pubDate>Tue, 23 Mar 2010 10:12:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[pure-ftpd-mysql]]></category>
		<category><![CDATA[pureftpd]]></category>
		<category><![CDATA[pureftpd-mysql]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=636</guid>
		<description><![CDATA[Setting up Pure ftpd to run on certains port is very simple. Log on to you linux box and run this command: echo &#8220;60010 60030&#8243; > /etc/pure-ftpd/conf/PassivePortRange /etc/init.d/pure-ftpd restart or if you run mysql as a backend /etc/init.d/pure-ftpd-mysql restart Now you just need to forward port 60010 to 60030, to you linux box.]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/03/23/pureftpd-ubuntu-debian/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweaking mySQL in Debian</title>
		<link>http://kennethdalbjerg.dk/2008/09/01/tweaking-mysql-in-debian</link>
		<comments>http://kennethdalbjerg.dk/2008/09/01/tweaking-mysql-in-debian#comments</comments>
		<pubDate>Mon, 01 Sep 2008 18:15:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=166</guid>
		<description><![CDATA[This guide is not complete to tweak you mySQL on Debian systems, because a good tweak is depending on what you want to use mySQL to. Key Buffer: The key buffer holds the indexes of tables in memory, and of cause a bigger key buffer result in faster row lookups. The bigger this value is [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2008/09/01/tweaking-mysql-in-debian/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mySQL kommandoer i PHP</title>
		<link>http://kennethdalbjerg.dk/2005/08/25/mysql-kommandoer-i-php</link>
		<comments>http://kennethdalbjerg.dk/2005/08/25/mysql-kommandoer-i-php#comments</comments>
		<pubDate>Thu, 25 Aug 2005 22:58:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmering]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://GUID</guid>
		<description><![CDATA[Lidt kommandoer til at arbejde med mySQl
Koble sig til en mySQL server
$mysql_server = "localhost";
$mysql_bruger = "bruger";
$mysql_password = "password";
$mysql_database = "database";
if (!mysql_connect("$mysql_server","$mysq...]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2005/08/25/mysql-kommandoer-i-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

