<?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>threegerbers.com &#187; MySQL</title>
	<atom:link href="http://threegerbers.com/archives/category/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://threegerbers.com</link>
	<description>General thoughts, observations, and code from the life of Joel Gerber</description>
	<lastBuildDate>Fri, 09 Apr 2010 15:22:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL Backup</title>
		<link>http://threegerbers.com/archives/118</link>
		<comments>http://threegerbers.com/archives/118#comments</comments>
		<pubDate>Mon, 09 Feb 2009 01:16:47 +0000</pubDate>
		<dc:creator>jg</dc:creator>
				<category><![CDATA[Code Examples]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://threegerbers.com/?p=118</guid>
		<description><![CDATA[I needed a PHP script that would backup a MySQL database and email the copy to a specified email address. I found parts of the script below on the we and added them together along with some
of my PHP code. This script will backup all tables in a single database, using mysqldump, zip the resulting [...]]]></description>
			<content:encoded><![CDATA[<p>I needed a PHP script that would backup a MySQL database and email the copy to a specified email address. I found parts of the script below on the we and added them together along with some<br />
of my PHP code. This script will backup all tables in a single database, using mysqldump, zip the resulting file and email the zip file as an attachment to a specified email address.</p>
<p>To use this script, download the file, change the .txt extension to .php and change the parameters at the top of the file. You can run the script interactively or setup a cron job or a Windows Scheduled Task.</p>
<p class="warning">[The requested file <kbd>http://threegerbers.com/examples/mysqlbackup.txt</kbd> could not be found]</p>
]]></content:encoded>
			<wfw:commentRss>http://threegerbers.com/archives/118/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

