<?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>JoomlaHow2.com - online step by step tutorial &#187; database</title>
	<atom:link href="http://www.joomlahow2.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joomlahow2.com</link>
	<description>Joomla tips, tricks, instructions</description>
	<lastBuildDate>Thu, 03 Dec 2009 10:02:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to move site from server to server</title>
		<link>http://www.joomlahow2.com/how-to-move-site-from-server-to-server/</link>
		<comments>http://www.joomlahow2.com/how-to-move-site-from-server-to-server/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 20:33:44 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.joomlahow2.com/?p=222</guid>
		<description><![CDATA[If you need to move your site from one server to another, or from one sub folder on the server to another sub folder on same server, follow this few steps.
 
Step 1.
Copy site files via FTP manager and export database useing phpmyadmin. To do this see also http://www.joomlahow2.com/how-to-backup-joomla-site/ . If you copy files to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-226" style="margin-right: 5px;" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/09/intro_13.jpeg" alt="" width="128" height="85" />If you need to move your site from one server to another, or from one sub folder on the server to another sub folder on same server, follow this few steps.</p>
<p><span id="more-222"></span><strong> </strong></p>
<p><strong>Step 1.</strong><br />
Copy site files via FTP manager and export database useing <strong>phpmyadmin</strong>. To do this see also <a title="How to backup joomla site" href="http://www.joomlahow2.com/how-to-backup-joomla-site/" target="_blank">http://www.joomlahow2.com/how-to-backup-joomla-site/</a> . If you copy files to localdrive you will need to upload files to new server, also using FTP manager.</p>
<p><strong>Step 2.</strong><br />
<strong>Import</strong> database using <strong>phpmyadmin</strong>. In phpmyadmin click on <strong>Import</strong>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-223" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/09/phpmyadmin-import-database.jpg" alt="" width="204" height="141" /></p>
<p><strong>Browse</strong> for your database and click on <strong>Go</strong> button.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-224" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/09/phpmyadmin-select-database.jpg" alt="" width="486" height="148" /></p>
<p style="text-align: left;"><strong>Step 3.</strong><br />
Modify <strong>configuration.php</strong> file and  set the new values.</p>
<p><strong>$host</strong> &#8211; Usually it is se to &#8220;localhost&#8221;<br />
<strong>$user</strong> &#8211; This is a name of your database user.<br />
<strong>$password</strong> &#8211; This is the database user&#8217;s password.<br />
<strong>$db</strong> &#8211; This is the database name.<br />
<strong>$tmp_path</strong> &#8211; absolute path to the tmp directory on your server, for example  &#8220;/root/site/joomla/installation/tmp.&#8221;<br />
<strong>$log_path</strong> &#8211; This is the absolute path to the logs directory on your server, for example &#8220;/root/site/joomla/installation/logs.&#8221;<br />
<strong>$live_site</strong> &#8211; URL of your site. For example &#8220;http://www.joomlahow2.com&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomlahow2.com/how-to-move-site-from-server-to-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup joomla site</title>
		<link>http://www.joomlahow2.com/how-to-backup-joomla-site/</link>
		<comments>http://www.joomlahow2.com/how-to-backup-joomla-site/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 21:01:33 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.joomlahow2.com/?p=137</guid>
		<description><![CDATA[After completing joomla site you must be sure that your data is safe. There are manu tasks you should do it to protect your site. First step is to backup your site. Some host providers backup joomla data  on theirs servers but, it is recommended to have a copy of site on your local [...]]]></description>
			<content:encoded><![CDATA[<p>After completing joomla site you must be sure that your data is <strong>safe</strong>. There are manu tasks you should do it to <strong>protect your site</strong>. First step is to <strong>backup</strong> your site. Some host providers backup joomla data  on theirs servers but, it is recommended to have a <strong>copy of site</strong> on your local drive. Following this few step you can easly backup your site.<span id="more-137"></span></p>
<p><strong>STEP 1.</strong><br />
First, copy data from server. For this you can use some FTP agent or <strong>Total Commander</strong>(TC), in our example we will use TC. In TC go to <strong>Net -</strong> <strong>FTP Connect&#8230; </strong>and click on <strong>New connection&#8230;</strong> button. Fill the  a, b, c and d field with data given by your host provider and than click on <strong>OK</strong>. In <strong>Connect to:</strong> panel select your server and click on <strong>Connect</strong> button.</p>
<p style="text-align: center;"><img class="size-full wp-image-138  aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/total-commander.jpg" alt="" width="373" height="403" /></p>
<p><strong>STEP 2.</strong><br />
When you reach server space select all joomla files from server and copy to your local drive</p>
<p style="text-align: center;"><img class="size-full wp-image-139  aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/copy-files.jpg" alt="" width="500" height="374" /></p>
<p><strong>STEP 3.</strong><br />
Now you will need to backup database. For that purpose we will use <strong>phpmyadmin</strong>. To reach phpmyadmin use datas given by your host and log into phpmyadmin. When you do this in left panel select joomla <strong>database</strong> that you want to copy to local drive. After that click on <strong>Export</strong>.</p>
<p style="text-align: center;"><img class="size-full wp-image-140  aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/select-export.jpg" alt="" width="308" height="76" /></p>
<p><strong>STEP 4.</strong><br />
In the bottom of the page check in <strong>Save as file</strong>, select option &#8220;zipped&#8221;, click on button <strong>Go</strong> and choose location on local drive where you want to save database.</p>
<p style="text-align: center;"><img class="size-full wp-image-141  aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/export-database.jpg" alt="" width="496" height="122" /></p>
<p>Finally, you will have <strong>backup of your site</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomlahow2.com/how-to-backup-joomla-site/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
