<?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 databases</title>
	<atom:link href="http://devel.reinikainen.net/category/documents/sql-databases/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>Implementing two-way MySQL replication on live servers</title>
		<link>http://devel.reinikainen.net/40</link>
		<comments>http://devel.reinikainen.net/40#comments</comments>
		<pubDate>Sat, 03 Oct 2009 08:18:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL databases]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[replication]]></category>

		<guid isPermaLink="false">http://devel.reinikainen.net/?p=40</guid>
		<description><![CDATA[Revision 0.1.0, 8. January 2007 Table of contents 1. Introduction 1.1. Concepts 1.2. Revision history 1.3. Disclaimer 2. Setup first server 2.1. my.cnf 2.2. Permissions 2.3. Database dump 3. Setup second server 3.1. my.cnf 3.2. Load database dump 3.3. Permissions 3.4. Replication 4. Conclusion 4.1. Further Documentation 1. Introduction 1.1. Concepts This document describes how-to [...]]]></description>
		<wfw:commentRss>http://devel.reinikainen.net/40/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP/MySQL SELECT Benchmarking</title>
		<link>http://devel.reinikainen.net/38</link>
		<comments>http://devel.reinikainen.net/38#comments</comments>
		<pubDate>Sat, 03 Oct 2009 08:17:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL databases]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://devel.reinikainen.net/?p=38</guid>
		<description><![CDATA[Introduction Testing environment: Intel Pentium III (Katmai) 600MHz@672MHz, 256mb SDRAM, 80gb Western Digital 5400rpm IDE hard drive, Debian GNU/Linux 3.0r1 aka. Woody/Stable, PHP 4.1.2, MySQL 3.23.49, Apache 1.3.26. The test was run with actual snippets of applications currently in use by undisclosured communities. The test scripts used to use a simple database abstraction layer for [...]]]></description>
		<wfw:commentRss>http://devel.reinikainen.net/38/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick MySQL notes</title>
		<link>http://devel.reinikainen.net/36</link>
		<comments>http://devel.reinikainen.net/36#comments</comments>
		<pubDate>Sat, 03 Oct 2009 08:17:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL databases]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://devel.reinikainen.net/?p=36</guid>
		<description><![CDATA[Creating databases (replace name with desired database name): CREATE DATABASE name; Selecing which database to use (replace name with desired database name): use name; Creating tables: CREATE TABLE harrier_runs ( run_id integer NOT NULL auto_increment, real_name varchar(60), hash_name varchar(60), run_date datetime NOT NULL, starting_point varchar(255), pbook_map varchar(20), tel_num varchar(150), PRIMARY KEY (run_id) ); Auto increment [...]]]></description>
		<wfw:commentRss>http://devel.reinikainen.net/36/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

