<?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>Help 2 Design &#187; create database</title>
	<atom:link href="http://help2design.com/tags/create-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://help2design.com</link>
	<description>We help you to design the web!</description>
	<lastBuildDate>Wed, 31 Mar 2010 10:59:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to setup wordpress on localhost?</title>
		<link>http://help2design.com/wordpress/how-to-setup-wordpress-on-localhost/</link>
		<comments>http://help2design.com/wordpress/how-to-setup-wordpress-on-localhost/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 12:13:47 +0000</pubDate>
		<dc:creator>Ranjith</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[create database]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://help2design.com/?p=62</guid>
		<description><![CDATA[This is very simple using XAMPP.

First download the xampp from http://www.apachefriends.org/en/xampp.html
Extract the file and double click the exe. This will install Mysql and Apache servers.
Once the installation is complete, you will find XAMPP under Start / Programs / XAMPP. You can use the XAMPP Control Panel to start/stop all servers. Start Mysql and Apache servers.
Now [...]]]></description>
			<content:encoded><![CDATA[<p>This is very simple using XAMPP.</p>
<ol>
<li>First download the xampp from <a href="http://www.apachefriends.org/en/xampp.html" target="_blank">http://www.apachefriends.org/en/xampp.html</a></li>
<li>Extract the file and double click the exe. This will install Mysql and Apache servers.</li>
<li>Once the installation is complete, you will find XAMPP under Start / Programs / XAMPP. You can use the XAMPP Control Panel to start/stop all servers. Start Mysql and Apache servers.</li>
<li>Now open any browser(IE or Mozilla) and enter the address as http://localhost/ <span id="more-62"></span></li>
<li>Select your Language</li>
<li>Now click phpMyAdmin</li>
<li>Create a new database for your wordpress website. Under MySQL provide the new database name for example "wpdatabase" and select "utf8_unicode_ci", click create.</li>
<li>Download the latest wordpress codes from <a href="http://wordpress.org" target="_blank">wordpress.org</a></li>
<li>Extract and copy folder "wordpress" to C:/Program Files/XAMPP/htdocs/</li>
<li>Open the file wp-config-sample.php in notepad.</li>
<li>Fill the details as below<br />
define('DB_NAME', 'wpdatabase'); // The name of the database<br />
define('DB_USER', 'root'); // Your MySQL username<br />
define('DB_PASSWORD', ''); // password<br />
define('DB_HOST', 'localhost');</li>
<li>Now open http://localhost/wordpress, provide the website name and email ID and click next.</li>
<li>Login using obtained password and admin as username.</li>
<li>View your first local wordpress website by browsing http://localhost/wordpress</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://help2design.com/wordpress/how-to-setup-wordpress-on-localhost/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
