<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2855" -->
<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>Austin Matzko&#039;s Forum &#187; Topic: FAQ: Frequently Asked Questions</title>
		<link>http://austinmatzko.com/forum/topic/faq-frequently-asked-questions</link>
		<description>Austin Matzko&#039;s Forum &#187; Topic: FAQ: Frequently Asked Questions</description>
		<language>en-US</language>
		<pubDate>Sun, 12 Feb 2012 10:44:41 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2855</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://austinmatzko.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://austinmatzko.com/forum/rss/topic/faq-frequently-asked-questions" rel="self" type="application/rss+xml" />

		<item>
			<title>filosofo on "FAQ: Frequently Asked Questions"</title>
			<link>http://austinmatzko.com/forum/topic/faq-frequently-asked-questions#post-321</link>
			<pubDate>Tue, 09 Oct 2007 15:40:05 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">321@http://austinmatzko.com/forum/</guid>
			<description><p><strong>Q: How do I restore my database from a backup?</strong></p>
<p>A: Briefly, use phpMyAdmin, which is included with most hosting control panels.  <a href="http://codex.wordpress.org/Restoring_Your_Database_From_Backup">This page</a> has more details and links to further explanations.</p>
<p>-----------------------------------------------------------------</p>
<p><strong>Q: My backup stops or hangs without completing.</strong></p>
<p>A: If you edit the text of wp-db-backup.php in a text editor like Notepad, you'll see around line 50 the following:<br />
<pre><code>/**
 * Set MOD_EVASIVE_OVERRIDE to true
 * and increase MOD_EVASIVE_DELAY
 * if the backup stops prematurely.
 */
// define(&#39;MOD_EVASIVE_OVERRIDE&#39;, false);
define(&#39;MOD_EVASIVE_DELAY&#39;, &#39;500&#39;);</code></pre>
<p>Do what it says: un-comment MOD_EVASIVE_OVERRIDE and set it to true like so:</p>
<p><code>define(&#39;MOD_EVASIVE_OVERRIDE&#39;, true);</code></p>
<p>That will slow down the plugin, and you can slow it even further by increasing the MOD_EVASIVE_DELAY number from 500.
</p></description>
		</item>

	</channel>
</rss>

