<?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>David Nash &#187; mysql</title>
	<atom:link href="http://davidnash.com.au/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidnash.com.au</link>
	<description>Wordpress Guru Sydney</description>
	<lastBuildDate>Tue, 28 Feb 2012 06:12:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>WordPress: Limit Archives to Single Category</title>
		<link>http://davidnash.com.au/2011/12/wordpress-limit-archives-to-single-category/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-limit-archives-to-single-category</link>
		<comments>http://davidnash.com.au/2011/12/wordpress-limit-archives-to-single-category/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 01:08:14 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://davidnash.com.au/?p=321</guid>
		<description><![CDATA[Late yesterday afternoon a client asked if I could look at a business&#8217;s WordPress installation. They had posts in several categories but only wanted to show the &#8220;Latest News&#8221; posts in the archives. WordPress is designed around blog posts, whereas I find that many business or company sites are designed around pages (eg About Us, [...]]]></description>
		<wfw:commentRss>http://davidnash.com.au/2011/12/wordpress-limit-archives-to-single-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duplicate WordPress site for local development and testing environment</title>
		<link>http://davidnash.com.au/2009/08/duplicate-wordpress-site-for-local-development-and-testing-environment/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=duplicate-wordpress-site-for-local-development-and-testing-environment</link>
		<comments>http://davidnash.com.au/2009/08/duplicate-wordpress-site-for-local-development-and-testing-environment/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 04:38:45 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[localhost]]></category>

		<guid isPermaLink="false">http://davidnash.com.au/?p=188</guid>
		<description><![CDATA[1. Download all files from eg http://example.com, upload to eg http://localhost/example/. 2. Export mysql database from example.com 3. Create a local mysql database with the same user, password and database name. These can be found in wp-config.php 4. Import the database into your new local account 5. Log in to the database, and do: You&#8217;ll [...]]]></description>
		<wfw:commentRss>http://davidnash.com.au/2009/08/duplicate-wordpress-site-for-local-development-and-testing-environment/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Unix Time in MySQL and bash</title>
		<link>http://davidnash.com.au/2009/02/unix-time-mysql-bash/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unix-time-mysql-bash</link>
		<comments>http://davidnash.com.au/2009/02/unix-time-mysql-bash/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 08:27:58 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://davidnash.com.au/?p=115</guid>
		<description><![CDATA[A quick one today. I was working on a mysql database that used unix timestamp produced by PHP&#8217;s time() function. I needed to be able to quickly convert this time to a human-readable format. In bash, date -d @timestamp is a quick way to convert. In a terminal shell eg: # date -d @1224992980 Sun [...]]]></description>
		<wfw:commentRss>http://davidnash.com.au/2009/02/unix-time-mysql-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a MySQL database</title>
		<link>http://davidnash.com.au/2009/01/create-a-mysql-database/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-a-mysql-database</link>
		<comments>http://davidnash.com.au/2009/01/create-a-mysql-database/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 01:24:08 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://davidnash.com.au/?p=64</guid>
		<description><![CDATA[I generally only need to do this once for each project, which means I don&#8217;t do it often enough to remember. Log in to the MySQL server as root, then: create database newdb; grant all on newdb.* to 'newuser'@'localhost' identified by 'newuser'; set password for 'newuser'@'localhost' = password('newpass'); And you&#8217;re ready to go! Replace newdb, [...]]]></description>
		<wfw:commentRss>http://davidnash.com.au/2009/01/create-a-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

