<?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>Kurinchi Blogger Scribbles ... &#187; mysql root password</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/mysql-root-password/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +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>Install MySQL on Ubuntu</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/05/install-mysql-on-ubuntu.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/05/install-mysql-on-ubuntu.html#comments</comments>
		<pubDate>Tue, 05 May 2009 23:24:02 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[mysql install]]></category>
		<category><![CDATA[mysql root password]]></category>
		<category><![CDATA[set IP address for mysql]]></category>
		<category><![CDATA[ubuntu mysql]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=299</guid>
		<description><![CDATA[Steps to install MySQL on Ubuntu Server After setting up the server, issue the below command to install mysql and its associated libraries $ apt-get install mysql-server mysql-client libmysqlclient12-dev Edit MySQL configuration file, to set the IP address that will be dedicated for MySQL. $ vi /etc/mysql/my.cnf Uncomment the line that states #bind-address = 127.0.0.1 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Steps to install MySQL on Ubuntu Server</strong></p>
<p>After setting up the server, issue the below command to install mysql and its associated libraries</p>
<p><strong>$ apt-get install mysql-server mysql-client libmysqlclient12-dev</strong></p>
<p>Edit MySQL configuration file, to set the IP address that will be dedicated for MySQL.<br />
<span id="more-299"></span><br />
<strong>$ vi /etc/mysql/my.cnf</strong></p>
<p>Uncomment the line that states<br />
#bind-address           = 127.0.0.1</p>
<p>Now restart MySQL by typing the below command<br />
<strong>$ /etc/init.d/mysql restart</strong></p>
<p>Root password will be blank initially.  To change it use:<br />
<strong>$ /etc/init.d/mysql reset-password</strong></p>
<p>Give the new password and verify the password again. </p>
<p>To test if the password has been set, you can try<br />
<strong>$ mysql -uroot -p</strong></p>
<p>and then wait for the prompt for password entry. This ensures that password has been sent for root account in MySQL.</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/05/install-mysql-on-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

