<?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>Speed Zone Roping &#187; setup</title>
	<atom:link href="http://www.speedzoneroping.com/tag/setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.speedzoneroping.com</link>
	<description>Because our users Love PLESK, and i hate it</description>
	<lastBuildDate>Mon, 09 May 2011 13:06:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Setting up MySQL on Ubuntu</title>
		<link>http://www.speedzoneroping.com/2009/04/29/setting-up-mysql-on-ubuntu/</link>
		<comments>http://www.speedzoneroping.com/2009/04/29/setting-up-mysql-on-ubuntu/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 16:41:33 +0000</pubDate>
		<dc:creator>szr</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.speedzoneroping.com/?p=45</guid>
		<description><![CDATA[Setting up MySQL to connect to from PLESK for example is very simple apt-get install mysql-server Then, you will need to allow mysql to listen to the outside world Edit /etc/mysql/my.cnf and comment out the line bind-address = 127.0.0.1 then, you will need to allow the root user to connect from outside the server On [...]]]></description>
			<content:encoded><![CDATA[<p>Setting up MySQL to connect to from PLESK for example is very simple</p>
<p>apt-get install mysql-server</p>
<p>Then, you will need to allow mysql to listen to the outside world</p>
<p>Edit /etc/mysql/my.cnf</p>
<p>and comment out the line</p>
<p>bind-address           = 127.0.0.1</p>
<p>then, you will need to allow the root user to connect from outside the server</p>
<p>On the command prompt</p>
<p><strong>mysql -uroot &#8211;password=&#8221;aPassWord&#8221;</strong></p>
<p><strong>use mysql;<br />
select host, user from user;</strong></p>
<p>Now look for the root user with the hostname of the machine, assuming it came out as thishost</p>
<p><strong>update user set host=&#8217;%&#8217; where user=&#8217;root&#8217; and host=&#8217;thishost&#8217;;</strong></p>
<p><strong>flush privileges;</strong></p>
<p><strong>quit<br />
</strong></p>
<p>And you should be all set</p>
<p>If you don&#8217;t perform the above operations, PLESK will complain when you add the server to the list of database servers, You will probably see an error like</p>
<p><span class="mediumtext"><span class="mediumtext"><span style="color: #ff0000;">Error: Test connection to the database server has failed because of network problems:</span><br style="color: #ff0000;" /> <span style="color: #ff0000;">Failed to connect to database: Can&#8217;t connect to MySQL server on &#8216;host.domain.com&#8217; (10061)</span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.speedzoneroping.com/2009/04/29/setting-up-mysql-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

