<?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>TechBytes &#187; Virtual Private Server</title>
	<atom:link href="http://www.asim.pk/tag/virtual-private-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Fri, 20 Jan 2012 12:48:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Set mysql&#8217;s root password on fresh copy from SolusVM OS template</title>
		<link>http://www.asim.pk/2010/06/20/set-mysql-root-password-on-fresh-copy-from-solusvm-os-template/</link>
		<comments>http://www.asim.pk/2010/06/20/set-mysql-root-password-on-fresh-copy-from-solusvm-os-template/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 17:43:29 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtual Private Server]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL 5.1]]></category>
		<category><![CDATA[OS Templates]]></category>
		<category><![CDATA[SolusVM]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=686</guid>
		<description><![CDATA[On SolusVM, your host may provide you with OS templates such as &#8220;Ubuntu 10.04 LTS LAMP&#8221; and you click-install it to your VPS. Now how do you change its mysql&#8217;s root password? simple, run these two commands on SSH after &#8230; <a href="http://www.asim.pk/2010/06/20/set-mysql-root-password-on-fresh-copy-from-solusvm-os-template/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>On SolusVM, your host may provide you with OS templates such as &#8220;Ubuntu 10.04 LTS LAMP&#8221; and you click-install it to your VPS. Now how do you change its mysql&#8217;s root password? simple, run these two commands on SSH after doing</p>
<pre class="brush: plain; title: ; notranslate">mysql</pre>
<pre class="brush: plain; title: ; notranslate">UPDATE mysql.user SET Password=PASSWORD('MyNewPass') WHERE User='root';
FLUSH PRIVILEGES;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/06/20/set-mysql-root-password-on-fresh-copy-from-solusvm-os-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

