<?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/"
	>

<channel>
	<title>Lost-In-Code &#187; MySQL</title>
	<atom:link href="http://www.lost-in-code.com/category/programming/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lost-in-code.com</link>
	<description>Web Development Resources</description>
	<pubDate>Wed, 03 Dec 2008 17:15:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL : Transfer database from server to another server</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/</link>
		<comments>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 14:23:47 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/</guid>
		<description><![CDATA[In this article, I will show you how to dump a mysql database from one server to another remote server without having to export and import your SQL structure and data. We&#8217;ll dump a database directly to another empty database on another, remote server. In order to do this, you&#8217;ll need shell access to both [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress Mailing List v2.0</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/wordpress-mailing-list-v20/</link>
		<comments>http://www.lost-in-code.com/platforms/wordpress/wordpress-mailing-list-v20/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 19:19:32 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[Wordpress Plugins]]></category>

		<category><![CDATA[emails]]></category>

		<category><![CDATA[mailing]]></category>

		<category><![CDATA[mass mailing]]></category>

		<category><![CDATA[newsletters]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[subscribers]]></category>

		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/2007/09/28/wordpress-mailing-list-v20/</guid>
		<description><![CDATA[The Wordpress mailing list plugin v2.0 has been released to the public with a great set of new features. These features include :

Multiple mailing lists
Email scheduling
Newsletter templates
Automatic updates indicator
Improved sidebar widget with Ajax
Post/page opt-in form embedding
Email queue
CSV and MacOS Address book importing
Excel CSV file exporting
And much, much more&#8230;

If you are upgrading from v1.X, you immediately [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/platforms/wordpress/wordpress-mailing-list-v20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Countries SQL Code</title>
		<link>http://www.lost-in-code.com/programming/mysql/countries-sql-code/</link>
		<comments>http://www.lost-in-code.com/programming/mysql/countries-sql-code/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 04:25:51 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/2007/09/20/countries-sql-code/</guid>
		<description><![CDATA[I know that I was looking for the necessary SQL code to create a countries table, together with the necessary queries to insert all the available countries into this table, each with a unique ID key. So I decided to create it and I&#8217;m sharing it with the rest of you whom might need it. [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/mysql/countries-sql-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MySQL : Check if field exists</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-check-if-field-exists/</link>
		<comments>http://www.lost-in-code.com/programming/mysql/mysql-check-if-field-exists/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 08:58:57 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/2007/09/10/mysql-check-if-field-exists/</guid>
		<description><![CDATA[Sometimes, you need to check if a field exists in a table and if it doesn&#8217;t, you need to add it to the table and ensure that its there. Below is a snippet which you can use a reference for checking whether a field/column exists in a MySQL database table.
$tableFields = mysql_list_fields&#40;&#34;databasename&#34;, &#34;tablename&#34;&#41;;
&#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/mysql/mysql-check-if-field-exists/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
