<?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>SEO Blog - Search Engine Optimization Blog &#187; Backing Up</title>
	<atom:link href="http://www.bettermychance.org/tag/backing-up/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bettermychance.org</link>
	<description>Better My Chances For Good SERPs</description>
	<lastBuildDate>Fri, 16 May 2008 08:54:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How To Move A WordPress Blog</title>
		<link>http://www.bettermychance.org/how-to-move-a-wordpress-blog.html</link>
		<comments>http://www.bettermychance.org/how-to-move-a-wordpress-blog.html#comments</comments>
		<pubDate>Mon, 25 Feb 2008 20:13:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Backing Up]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Host]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Moving]]></category>
		<category><![CDATA[Moving A Wordpress Blog]]></category>
		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://www.bettermychance.org/how-to-move-a-wordpress-blog.html</guid>
		<description><![CDATA[How to move a wordpress blog. (without any downtime) Backing up your blog. Download all your wordpress files from your sites root directory to somewhere safe on your local computer. Easiest way to do this is using a FTP manager. &#8230; <a href="http://www.bettermychance.org/how-to-move-a-wordpress-blog.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>How to move a wordpress blog. (without any downtime)</p>
<p><strong>Backing up your blog.</strong></p>
<p>Download all your wordpress files from your sites root directory to somewhere safe on your local computer.</p>
<p>Easiest way to do this is using a FTP manager. If you don&#8217;t have one, Google filezilla, it works well and its free.</p>
<p><strong>Backup your database.</strong></p>
<p> Go into cpanel and click on <strong>mysql databases</strong> then at the bottom of the page click on <strong>phpmyadmin</strong></p>
<p> Phpmyadmin should now load in a new window, near the top left of the screen you should see your database name with a number in brackets after it. Something like <strong>myblog_seoblog (13)</strong> click on that and wait for your database tables to load in the main screen.</p>
<p>Once that loads click on <strong>export</strong> at the top of the screen, when the next screen loads you want to select the box at the bottom left <strong>save file as</strong> and then click on <strong>go</strong> to the right (see pic below)</p>
<p><img width="450" src="http://www.bettermychance.org/images/wp-export-footer.gif" height="113" /></p>
<p>Once you have clicked on <strong>go</strong> you will be prompted to save the file, save this on your computer somewhere near the site files that you have recently downloaded. when you click save the file will be downloaded and should look something like <strong>myblog_seoblog.sql</strong></p>
<p>That&#8217;s the backing up part complete.</p>
<p>Next, set up your new hosting account. (something similar to below)</p>
<p>+===================================+</p>
<p>  | New Account Info |</p>
<p>  +===================================+</p>
<p>  | Domain: yourdomain.com</p>
<p>  | Ip: 123.12.123.123 (n)</p>
<p>  | HasCgi: y</p>
<p>  | UserName: user123</p>
<p>  | PassWord: password123</p>
<p>  | CpanelMod: x</p>
<p>  | HomeRoot: /home</p>
<p>  | Quota: 10000 Meg</p>
<p>  | NameServer1: ns1.nameserver.com</p>
<p>  | NameServer2: ns2.nameserver.com</p>
<p>  | NameServer3:</p>
<p>  | NameServer4:</p>
<p>  | Contact Email:</p>
<p>  | Package: hosting 4</p>
<p>+===================================+</p>
<p>We will use the details above as an example of how to upload your files and database to your new host BEFORE changing the nameserver to avoid any downtime.</p>
<p>Open your ftp program and create a new ftp site connection. something like below, this will vary depending on the FTP client but you will have similar options.</p>
<p><img width="300" src="http://www.bettermychance.org/images/wp-new-host.jpg" height="340" /></p>
<p>Label: this can be anything you like, usually your site name will do.</p>
<p>Host address: this must be the IP address of the new hosting account, for the example we would enter <strong>123.12.123.123</strong> you would enter your IP details</p>
<p>Username: we would enter <strong>user123</strong> you would enter your username</p>
<p>Password we would enter <strong>password123</strong> you would enter your password</p>
<p>Now click connect, to connect to your new hosting account.</p>
<p><strong>Uploading your blog</strong></p>
<p>Now you have connected to your new hosting account, navigate to the <strong>www</strong> folder and upload the whole of your site files that you previously backed up.</p>
<p>Once that is done you need to create a new database and import your wordpress tables and information.</p>
<p>Log into you new hosting accounts cpanel via the IP address. some like this: http://123.12.123.123/cpanel and when prompted enter your username and password.</p>
<p>Now you are into cpanel click on <strong>mysql databases</strong> and create a <strong>new database</strong>, create a new <strong>username and password</strong> and <strong>add user to database</strong>. (see below)</p>
<p><img width="350" src="http://www.bettermychance.org/images/new-db.gif" height="376" /></p>
<p>Once you have completed those step its time to import your wordpress data into the new database, click on <strong>phpmyadmin</strong> at the bottom of the screen.</p>
<p>What you have to do now is basically the opposite of what you did to backup the database.</p>
<p>Click on your new database name at the top left of the screen, then click on <strong>import</strong> near the top of the screen, then browse and locate your backed up database and click on go at the bottom of the screen.</p>
<p><img width="450" src="http://www.bettermychance.org/images/phpmyadmin.gif" height="125" /></p>
<p>Once you click on go you will need to wait, this can be anything from a few seconds to a few minutes depending on the size of your blog.</p>
<p>When its complete you will see something like xxx amount of queries completed. This means your database has been imported completely.</p>
<p>Only two more steps left.</p>
<p>Connect your wordpress blog to the database, you do this by editing a file called wp-config.php in your sites root directory. The first part of the file should look something like this:</p>
<p>// ** MySQL settings ** //</p>
<p>  define(&#8216;DB_NAME&#8217;, &#8216;<strong>newdbusername</strong>&#8216;); // The name of the database</p>
<p>  define(&#8216;DB_USER&#8217;, &#8216;<strong>newdbusername</strong>&#8216;); // Your MySQL username</p>
<p>  define(&#8216;DB_PASSWORD&#8217;, &#8216;<strong>newpassword</strong>&#8216;); // &#8230;and password</p>
<p>  define(&#8216;DB_HOST&#8217;, &#8216;localhost&#8217;); // 99% chance you won&#8217;t need to change this value</p>
<p>  define(&#8216;DB_CHARSET&#8217;, &#8216;utf8&#8242;);</p>
<p>define(&#8216;DB_COLLATE&#8217;, &#8221;);</p>
<p>The 3 parts you need to change are in bold above, replace these with the details you gave when setting up the new database in cpanel.</p>
<p>Once you have done that all you need to do is change the nameservers, go to your domain registrar, and change the nameservers there, giving the new details you got from your new hosting account. Once the nameservers have resolved your wordpress blog should be running on your new hosting account without any downtime.</p>
<p>It can take a few minutes or a few hours for your nameserver to change completely, a good way to check is by opening a dos prompt on your computer and ping your domain, type <strong>ping www.yourdomain.com</strong> you should get a reply from your new IP address if the nameservers have resolved.</p>
<p>That&#8217;s it your all done, if you want a recommendation for a hosting company, i can recommend <a target="_blank" href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=hostingosc" rel="nofollow">hostgator</a>.</p>
<p><a target="_blank" href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=hostingosc"><img border="0" src="http://www.hostgator.com/affiliates/banners/468x60e.gif" rel="nofollow" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bettermychance.org/how-to-move-a-wordpress-blog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

