<?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>eWealthDev.com &#187; MySQL</title>
	<atom:link href="http://www.ewealthdev.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ewealthdev.com</link>
	<description>Simply creating huge amounts of cash online, from home, comfortably.</description>
	<lastBuildDate>Sat, 10 Apr 2010 01:54:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Invest in a good webhosting</title>
		<link>http://www.ewealthdev.com/invest-in-a-good-webhosting/</link>
		<comments>http://www.ewealthdev.com/invest-in-a-good-webhosting/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 21:29:16 +0000</pubDate>
		<dc:creator>Tomzx</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.ewealthdev.com/invest-in-a-good-webhosting/</guid>
		<description><![CDATA[After two years with the same host, I realised that I wasn&#8217;t satisfied with their service. I&#8217;d often get spike lags, down times for no reason which was frustrating. But you can&#8217;t expect an overselling web hosting to provide a service of high quality. Everything come down to a price. I believe that by buying [...]]]></description>
			<content:encoded><![CDATA[<p>After two years with the same host, I realised that I wasn&#8217;t satisfied with their service. I&#8217;d often get spike lags, down times for no reason which was frustrating. But you can&#8217;t expect an overselling web hosting to provide a service of high quality. Everything come down to a price.</p>
<p>I believe that by buying my own web server (dedicated) I did the best decision I could because now I have total control over it. No one is limiting my usage (in term of sql query, bandwidth, cpu usage, etc). The only down side is that I have more management to do, but I like that down side since I wanted to learn about web hosting, and specifically how I could do it myself.</p>
<p>Here&#8217;s a quick tutorial of what I did:</p>
<p><strong>1. Installed the operating system</strong><br />
I opted for Fedora, which is a solid solution based on Red Hat.</p>
<p><strong>2. Install Apache/PHP/MySQL</strong><br />
Those are the easiest to setup, mostly because they are pretty much correctly setup from the beginning, so issuing a small</p>
<blockquote><p>yum install httpd mysql php</p></blockquote>
<p>would do the trick.</p>
<p><strong>3. Install mail</strong><br />
This was a bigger problem than expected. Installing a mailing software is not as easy as you&#8217;d thought it would. I&#8217;m not going to go into much detail but if you aren&#8217;t familiar with software installation, I&#8217;d suggest you get a friend or someone who&#8217;s good at it to help you out, like I did.</p>
<p><strong>4. Install mydns/Bind</strong><br />
Since you&#8217;re most likely going to act as a server, you need to be able to manage your domain name, but this is not necessary. I found that mydns was the easiest to setup and it works with mysql. Managing it is also a piece of cake.</p>
<p><strong>5. Transfer</strong><br />
When your installation is complete, it&#8217;s time to transfer your data onto your new server. I had ssh access on my old server, so I simply did a</p>
<blockquote><p>tar -cfv base.tar.gz /</p></blockquote>
<p>in order to get all my stuff into a compressed archive.</p>
<p>I also did get a backup of my mysql databases with a simple </p>
<blockquote><p>mysqldump &#8211;all-databases</p></blockquote>
<p>With all that done, I simply put that stuff onto my new server and I was good to go.</p>
<p>Remember to always check out if everything is working fine. Some of the time, due to different server settings, thing may work while others may not. I often had to correct the permissions over the files I had transfered, which was a SMALL pain in the ass compared to the new control I have over my stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ewealthdev.com/invest-in-a-good-webhosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

