<?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>Website Design Blog &#124; Graticle.com &#187; mysql</title>
	<atom:link href="http://graticle.com/blog/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://graticle.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 06 Oct 2009 02:41:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Your Own Wordpress Blog</title>
		<link>http://graticle.com/blog/2009/08/06/installing-your-own-wordpress-blog/</link>
		<comments>http://graticle.com/blog/2009/08/06/installing-your-own-wordpress-blog/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 18:15:37 +0000</pubDate>
		<dc:creator>Shawn</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://graticle.com/blog/?p=171</guid>
		<description><![CDATA[ ### This instruction guide assumes you have some prior knowledge to PHP and MySQL and experience with web hosting. If you are a beginner to programming you can learn the languages mentioned at W3school.com while also contacting your hosting provider for more details.
This guide is for those that would like to install their own [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgraticle.com%2Fblog%2F2009%2F08%2F06%2Finstalling-your-own-wordpress-blog%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgraticle.com%2Fblog%2F2009%2F08%2F06%2Finstalling-your-own-wordpress-blog%2F" height="61" width="51" /></a></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div style='float:right'><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://graticle.com/blog/2009/08/06/installing-your-own-wordpress-blog/&amp;t=Installing+Your+Own+Wordpress+Blog&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td></table></div><p><img class="alignright size-medium wp-image-182" src="http://graticle.com/blog/wp-content/uploads/2009/08/stop-300x199.jpg" alt="" width="300" height="199" />### This instruction guide assumes you have some prior knowledge to PHP and MySQL and experience with web hosting. If you are a beginner to programming you can learn the languages mentioned at <a title="W3Schools.com" href="http://www.w3schools.com/" target="_blank">W3school.com</a> while also contacting your hosting provider for more details.</p>
<p>This guide is for those that would like to install their own blog. According to <a title="Definition of a Blog" href="http://wordnetweb.princeton.edu/perl/webwn?s=blog" target="_blank">Wordnetweb.com</a> a blog is &#8220;<em>a shared on-line journal where people can post diary entries about their personal experiences and hobbies</em>.&#8221; The blog software is the system that allows you to post, and read others posts. Anyone can set up a blog for themselves, and hosting it on their own website. I am going to share with you the process of installing a blog, so you can start blogging today.</p>
<p><strong>1. Finding and installing a blog</strong></p>
<p>There are many companies that allow you to use their software to blog. They give you the system, and all that&#8217;s left to do is install it and you are ready to start writing. The most popular companies that make blogs are <a title="Wordpress Blog" href="http://wordpress.com/" target="_blank">Wordpress</a>, <a title="B2Evolution Blog" href="http://b2evolution.net/" target="_blank">B2Evolution</a>, <a title="Text Pattern Blog" href="http://textpattern.com/" target="_blank">Text Pattern</a>, and <a title="Nucleus Blog" href="http://nucleuscms.org/" target="_blank">Nucleus</a>. The one that you have most likely heard about is Wordpress, as it is among the most popular. I am going to focus on Wordpress in this article, but feel free to explore the others.</p>
<p>The first step is downloading the necessary files to install Wordpress to your website. You can download the latest version here: <a title="The latest version of Wordpress" href="http://www.wordpress.org/latest.zip" target="_blank">www.wordpress.org/latest.zip</a></p>
<p>Once you finish downloading the latest version you can open this .zip file with your favorite unpacking tool (such as <a title="Download WinRAR from Rar Labs" href="http://rarlabs.com/download.htm" target="_blank">WinRar</a>). The first file that you will notice is the <strong>ReadMe.html</strong> file (look below) that will give you your next set of instructions, don&#8217;t worry we are going to go through this together.</p>
<p><img class="alignnone size-full wp-image-176" src="http://graticle.com/blog/wp-content/uploads/2009/08/11.png" alt="" width="540" height="104" /></p>
<p>So first things first. You need to drag the folder <strong>Wordpress</strong> from the .zip file somewhere on your computer. We are going to change a few things before uploading it to your server.</p>
<p>The file that needs to be changed is <strong>wp-config-sample.php</strong>, which is located in the folder <strong>Wordpress</strong> that you just placed on your computer. Open this file with a text editor. In windows open Notepad (<em>programs &gt; accessories &gt; notepad</em>) and click file, then open. Find <strong>wp-config-sample.php</strong> which is, again, in the <strong>Wordpress</strong> folder. Once you open this file you should be seeing this code:</p>
<p><img class="alignnone size-full wp-image-174" src="http://graticle.com/blog/wp-content/uploads/2009/08/2.png" alt="" width="600" height="360" /></p>
<p>The first thing you have noticed is that you need a database, user name, etc. This is the point where you call up your hosting provider and find out this information (that&#8217;s what they are there for &#8212; although they might disagree).</p>
<p>You are going to need to ask these questions:</p>
<p>a<em>. What&#8217;s my username to access MySql<br />
b. What&#8217;s my password to access MySql<br />
c. How do I create a database &#8211;&gt; then get the name of the database you created</em></p>
<p>Also don&#8217;t forget to go to <a href="http://api.wordpress.org/secret-key/1.1/">http://api.wordpress.org/secret-key/1.1/</a>, to get your authorization key, secure auth. key, logged in key, and nonce key.</p>
<p>The fields that need to be changed are highlighted in the picture below:</p>
<p><img class="alignnone size-full wp-image-172" src="http://graticle.com/blog/wp-content/uploads/2009/08/2h.png" alt="" width="600" height="360" /></p>
<p>After you have updated this information it&#8217;s time to rename <strong>wp-config-sample.php</strong> to <strong>wp-config.php</strong>.</p>
<p>Now you need to upload the entire <strong>Wordpress</strong> folder to your server. Before doing so rename your <strong>Wordpress</strong> folder to &#8220;<strong>blog&#8221;</strong>. Log in accordingly and upload the folder to your main directory (generally this is <strong>public_html</strong>), I recommend using <strong>www.YourDomain.com/blog</strong> because this is a standard in the industry, a standard worth following.</p>
<p>You have everything uploaded and now it&#8217;s time to go to <strong>www.YourDomain.com/blog/wp-admin/install.php</strong>, to finish the installation of your blog. The instructions are fairly simple and will give you the password that you need to complete the installation as well.</p>
<p>Well now you are ready to start blogging! Of course there is a learning curve involved in installing your own blog, so if you don&#8217;t have the time or it&#8217;s not your specialty, I recommend getting someone to do this for you.</p>
<p>Let me know if something was left out, as I will surely give you the information necessary to complete the installation.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fgraticle.com%2Fblog%2F2009%2F08%2F06%2Finstalling-your-own-wordpress-blog%2F&amp;linkname=Installing%20Your%20Own%20Wordpress%20Blog"><img src="http://graticle.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://graticle.com/blog/2009/08/06/installing-your-own-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

