<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MySQL Backup</title>
	<atom:link href="http://www.forevergeek.com/2004/05/mysql_backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forevergeek.com/2004/05/mysql_backup/</link>
	<description>Nerds are for Dorks</description>
	<lastBuildDate>Sat, 21 Nov 2009 10:14:48 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ron</title>
		<link>http://www.forevergeek.com/2004/05/mysql_backup/comment-page-1/#comment-1254</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Sat, 18 Mar 2006 08:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=326#comment-1254</guid>
		<description>thx
</description>
		<content:encoded><![CDATA[<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarkBlue</title>
		<link>http://www.forevergeek.com/2004/05/mysql_backup/comment-page-1/#comment-1253</link>
		<dc:creator>DarkBlue</dc:creator>
		<pubDate>Sun, 09 May 2004 18:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=326#comment-1253</guid>
		<description>JC: Dumping from the command line won&#039;t time time out and, even for a large database, will probably turn out to be quicker than you expect.

As for the remotely hosted servers - as long as you have two IP addresses you can successfully replicate - even if one of those IP addresses is a local one.</description>
		<content:encoded><![CDATA[<p>JC: Dumping from the command line won&#8217;t time time out and, even for a large database, will probably turn out to be quicker than you expect.</p>
<p>As for the remotely hosted servers &#8211; as long as you have two IP addresses you can successfully replicate &#8211; even if one of those IP addresses is a local one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC</title>
		<link>http://www.forevergeek.com/2004/05/mysql_backup/comment-page-1/#comment-1252</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Sun, 09 May 2004 02:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=326#comment-1252</guid>
		<description>&lt;i&gt;What, you don&#039;t like the option of exporting the dump file from the source database, and just running it on the target database? ;)&lt;/i&gt;
No thanks. heh. For the rest of the databases on the server, it&#039;s not a big deal, they don&#039;t get much bigger than 10 megs or so... but that damned phpbb database for my writing forum site is *huge*
When I&#039;m using phpMyAdmin, it times out before it can create a dump... I&#039;ve never tried it from the command line so I don&#039;t know how that&#039;ll work.

I konw about replication, we use it a bit at work with MSSQL, but I&#039;m not sure here... it&#039;s two servers but I&#039;m fairly sure you can only access either of them from localhost since they&#039;re remotely hosted. I&#039;m moving all my sites from a VPS to a full dedicated server.</description>
		<content:encoded><![CDATA[<p><i>What, you don&#8217;t like the option of exporting the dump file from the source database, and just running it on the target database? ;)</i><br />
No thanks. heh. For the rest of the databases on the server, it&#8217;s not a big deal, they don&#8217;t get much bigger than 10 megs or so&#8230; but that damned phpbb database for my writing forum site is *huge*<br />
When I&#8217;m using phpMyAdmin, it times out before it can create a dump&#8230; I&#8217;ve never tried it from the command line so I don&#8217;t know how that&#8217;ll work.</p>
<p>I konw about replication, we use it a bit at work with MSSQL, but I&#8217;m not sure here&#8230; it&#8217;s two servers but I&#8217;m fairly sure you can only access either of them from localhost since they&#8217;re remotely hosted. I&#8217;m moving all my sites from a VPS to a full dedicated server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarkBlue</title>
		<link>http://www.forevergeek.com/2004/05/mysql_backup/comment-page-1/#comment-1251</link>
		<dc:creator>DarkBlue</dc:creator>
		<pubDate>Sun, 09 May 2004 00:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=326#comment-1251</guid>
		<description>Try &lt;a href=&quot;http://dev.mysql.com/doc/mysql/en/Replication.html&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; JC.</description>
		<content:encoded><![CDATA[<p>Try <a href="http://dev.mysql.com/doc/mysql/en/Replication.html" rel="nofollow">this</a> JC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarkBlue</title>
		<link>http://www.forevergeek.com/2004/05/mysql_backup/comment-page-1/#comment-1250</link>
		<dc:creator>DarkBlue</dc:creator>
		<pubDate>Sun, 09 May 2004 00:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=326#comment-1250</guid>
		<description>JC all you have do is configure a master-slave relationship in MySQL between two servers. MySQL will take care of the rest. It&#039;s called replication and is standard stuff with databases.</description>
		<content:encoded><![CDATA[<p>JC all you have do is configure a master-slave relationship in MySQL between two servers. MySQL will take care of the rest. It&#8217;s called replication and is standard stuff with databases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milbertus</title>
		<link>http://www.forevergeek.com/2004/05/mysql_backup/comment-page-1/#comment-1249</link>
		<dc:creator>milbertus</dc:creator>
		<pubDate>Sun, 09 May 2004 00:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=326#comment-1249</guid>
		<description>What, you don&#039;t like the option of exporting the dump file from the source database, and just running it on the target database? ;)

I know that it&#039;s fairly simple to copy between databases using ADO .NET (even MySQL using the MySQL ODBC driver), so I&#039;m sure that there are some simple database copy apps out there somewhere. Other than that, I&#039;m not sure what else you could do.</description>
		<content:encoded><![CDATA[<p>What, you don&#8217;t like the option of exporting the dump file from the source database, and just running it on the target database? ;)</p>
<p>I know that it&#8217;s fairly simple to copy between databases using ADO .NET (even MySQL using the MySQL ODBC driver), so I&#8217;m sure that there are some simple database copy apps out there somewhere. Other than that, I&#8217;m not sure what else you could do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC</title>
		<link>http://www.forevergeek.com/2004/05/mysql_backup/comment-page-1/#comment-1248</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Sun, 09 May 2004 00:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=326#comment-1248</guid>
		<description>great... now does anyone have any good tips on moving a 200+ meg mysql database from one remote server to another? I&#039;m looking at doing that soon and it terrifies me. :-)

but I definitely need to start making backup dumps of stuff.. everything but the DB gets backed up and the DB is the thing that really NEEDS to be backed up because it&#039;s the only thing that changes without the same changes happening on my PC....</description>
		<content:encoded><![CDATA[<p>great&#8230; now does anyone have any good tips on moving a 200+ meg mysql database from one remote server to another? I&#8217;m looking at doing that soon and it terrifies me. :-)</p>
<p>but I definitely need to start making backup dumps of stuff.. everything but the DB gets backed up and the DB is the thing that really NEEDS to be backed up because it&#8217;s the only thing that changes without the same changes happening on my PC&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarkBlue</title>
		<link>http://www.forevergeek.com/2004/05/mysql_backup/comment-page-1/#comment-1247</link>
		<dc:creator>DarkBlue</dc:creator>
		<pubDate>Sat, 08 May 2004 22:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=326#comment-1247</guid>
		<description>You don&#039;t need to buy or install any fancy software to back up MySQL, not even on OS X. Andy Budd &lt;a href=&quot;http://www.andybudd.com/archives/2004/03/idiots_guide_to_backingup_mysql_on_os_x/&quot; rel=&quot;nofollow&quot;&gt;covered&lt;/a&gt; this some time and yours truly added a few notes that might be worthwhile.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need to buy or install any fancy software to back up MySQL, not even on OS X. Andy Budd <a href="http://www.andybudd.com/archives/2004/03/idiots_guide_to_backingup_mysql_on_os_x/" rel="nofollow">covered</a> this some time and yours truly added a few notes that might be worthwhile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scrivs</title>
		<link>http://www.forevergeek.com/2004/05/mysql_backup/comment-page-1/#comment-1246</link>
		<dc:creator>Scrivs</dc:creator>
		<pubDate>Sat, 08 May 2004 19:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=326#comment-1246</guid>
		<description>Possibly: &lt;a href=&quot;http://www.uwerkz.com/cgi-bin/page?PAGE=datawerkz.html&quot; rel=&quot;nofollow&quot;&gt;DataWerkz&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Possibly: <a href="http://www.uwerkz.com/cgi-bin/page?PAGE=datawerkz.html" rel="nofollow">DataWerkz</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.forevergeek.com/2004/05/mysql_backup/comment-page-1/#comment-1245</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Sat, 08 May 2004 19:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=326#comment-1245</guid>
		<description>Anyone have a OSX version of an app like this?</description>
		<content:encoded><![CDATA[<p>Anyone have a OSX version of an app like this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
