<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Backing Up a MySQL Database with&#160;PHP</title>
	<atom:link href="http://particletree.com/notebook/backing-up-a-mysql-database-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://particletree.com/notebook/backing-up-a-mysql-database-with-php/</link>
	<description>Everyone needs a hug.</description>
	<pubDate>Tue, 06 Jan 2009 00:31:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: An Acrobat</title>
		<link>http://particletree.com/notebook/backing-up-a-mysql-database-with-php/#comment-21392</link>
		<dc:creator>An Acrobat</dc:creator>
		<pubDate>Tue, 19 Jun 2007 14:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/backing-up-a-mysql-database-with-php/#comment-21392</guid>
		<description>&lt;p&gt;Very helpful article. I've added one more twist to it--compression. Just pipe the result to a bz2 file on unix/linux systems, like this:
$backup = "location/of/file/mysqldumpâ€ -opt -h $dbhost -P$dbport -u$dbuser --password=$dbpass $dbname &#124; bzip2 -c &#62; $filename.bz2â€;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very helpful article. I&#8217;ve added one more twist to it&#8212;compression. Just pipe the result to a bz2 file on unix/linux systems, like this:
$backup = &#8220;location/of/file/mysqldumpâ€ -opt -h $dbhost -P$dbport -u$dbuser &#8212;password=$dbpass $dbname | bzip2 -c &gt; $filename.bz2â€;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: qntmfred</title>
		<link>http://particletree.com/notebook/backing-up-a-mysql-database-with-php/#comment-21357</link>
		<dc:creator>qntmfred</dc:creator>
		<pubDate>Wed, 13 Jun 2007 20:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/backing-up-a-mysql-database-with-php/#comment-21357</guid>
		<description>&lt;p&gt;you know, i pondered through this very issue a year ago or so and ended up using the same method. though i felt a little dirty for using the system function. but it was either that or do SELECT INTO OUTFILEs and LOAD DATA INFILEs, which created permissions headaches since my app lives on shared hosting&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>you know, i pondered through this very issue a year ago or so and ended up using the same method. though i felt a little dirty for using the system function. but it was either that or do SELECT INTO OUTFILEs and LOAD DATA INFILEs, which created permissions headaches since my app lives on shared hosting</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Campbell</title>
		<link>http://particletree.com/notebook/backing-up-a-mysql-database-with-php/#comment-21356</link>
		<dc:creator>Ryan Campbell</dc:creator>
		<pubDate>Wed, 13 Jun 2007 20:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/backing-up-a-mysql-database-with-php/#comment-21356</guid>
		<description>&lt;p&gt;We've actually got a mix of a couple methods going on. For the sections where there are multiple db's, it was planned that way for reasons other than backing up. We're far from experts on the subject, and so far there have been definite positives and negatives with it. Almost all of the negatives are hardware related. Maybe we'll go into more detail on our setup one of these days.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>We&#8217;ve actually got a mix of a couple methods going on. For the sections where there are multiple db&#8217;s, it was planned that way for reasons other than backing up. We&#8217;re far from experts on the subject, and so far there have been definite positives and negatives with it. Almost all of the negatives are hardware related. Maybe we&#8217;ll go into more detail on our setup one of these days.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Reilly Sweetland</title>
		<link>http://particletree.com/notebook/backing-up-a-mysql-database-with-php/#comment-21353</link>
		<dc:creator>Reilly Sweetland</dc:creator>
		<pubDate>Wed, 13 Jun 2007 19:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/backing-up-a-mysql-database-with-php/#comment-21353</guid>
		<description>&lt;p&gt;Great tip! I notice you say databas&lt;strong&gt;es&lt;/strong&gt;. This seems smart to use a separate database for each user when factoring in this technique, but did you guys know this when deciding to structure it that way? Was there any other reason you guys choose this method as opposed to a single database with multiple tables, or just massive tables with primary keys for users.Â  Possibly another post topic? :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great tip! I notice you say databas<strong>es</strong>. This seems smart to use a separate database for each user when factoring in this technique, but did you guys know this when deciding to structure it that way? Was there any other reason you guys choose this method as opposed to a single database with multiple tables, or just massive tables with primary keys for users.Â  Possibly another post topic? :)</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.342 seconds -->
