<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Install MySQL Server 5 on Ubuntu</title>
	<atom:link href="http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 08 Nov 2009 07:56:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lupu</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/comment-page-1/#comment-78553</link>
		<dc:creator>Lupu</dc:creator>
		<pubDate>Wed, 28 Oct 2009 09:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/#comment-78553</guid>
		<description>not working on Ubuntu 9.10 Beta</description>
		<content:encoded><![CDATA[<p>not working on Ubuntu 9.10 Beta</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lupu</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/comment-page-1/#comment-77574</link>
		<dc:creator>Lupu</dc:creator>
		<pubDate>Wed, 07 Oct 2009 16:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/#comment-77574</guid>
		<description>for mi on Ubunt 9.04 worked ok:

sudo apt-get install mysql-server
sudo /etc/init.d/mysql start
mysqladmin -u root -p create mydatabase</description>
		<content:encoded><![CDATA[<p>for mi on Ubunt 9.04 worked ok:</p>
<p>sudo apt-get install mysql-server<br />
sudo /etc/init.d/mysql start<br />
mysqladmin -u root -p create mydatabase</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bamboozled</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/comment-page-1/#comment-76993</link>
		<dc:creator>Bamboozled</dc:creator>
		<pubDate>Wed, 23 Sep 2009 10:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/#comment-76993</guid>
		<description>I got around the connection problem by typing &#039;root&#039; (without quotes) as username instead of the username I am logged on as.</description>
		<content:encoded><![CDATA[<p>I got around the connection problem by typing &#8216;root&#8217; (without quotes) as username instead of the username I am logged on as.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya g jadhav</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/comment-page-1/#comment-76676</link>
		<dc:creator>Aditya g jadhav</dc:creator>
		<pubDate>Tue, 15 Sep 2009 07:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/#comment-76676</guid>
		<description>hi
nice i use web server as well as ubuntu 1st time :) 
nice info 
keep it up , yaar :D

warm wish
aditya g jadhav</description>
		<content:encoded><![CDATA[<p>hi<br />
nice i use web server as well as ubuntu 1st time <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
nice info<br />
keep it up , yaar <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>warm wish<br />
aditya g jadhav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron M. Clay</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/comment-page-1/#comment-76530</link>
		<dc:creator>Aaron M. Clay</dc:creator>
		<pubDate>Fri, 11 Sep 2009 16:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/#comment-76530</guid>
		<description>You need to be an admin in order to do some of these things.  Try adding yourself to the sudoers file (terminal&gt;visudo).  Also, if you have problems, lifehacker is a great place to get tips on mysql as well.</description>
		<content:encoded><![CDATA[<p>You need to be an admin in order to do some of these things.  Try adding yourself to the sudoers file (terminal&gt;visudo).  Also, if you have problems, lifehacker is a great place to get tips on mysql as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vamsi</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/comment-page-1/#comment-76433</link>
		<dc:creator>vamsi</dc:creator>
		<pubDate>Wed, 09 Sep 2009 03:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/#comment-76433</guid>
		<description>To Create Mysql user
mysql_install_db
mysqladmin -u root password YOURPASS

mysql -u root -p
Password: YOUR PASS
mysql&gt;create database DBNAME;
mysql&gt;\q


TO import
mysql torrentflux &lt; omggggg.sql -u root -p
Password: YOUR PASS

Thanks</description>
		<content:encoded><![CDATA[<p>To Create Mysql user<br />
mysql_install_db<br />
mysqladmin -u root password YOURPASS</p>
<p>mysql -u root -p<br />
Password: YOUR PASS<br />
mysql&gt;create database DBNAME;<br />
mysql&gt;\q</p>
<p>TO import<br />
mysql torrentflux &lt; omggggg.sql -u root -p<br />
Password: YOUR PASS</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghu</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/comment-page-1/#comment-72841</link>
		<dc:creator>Raghu</dc:creator>
		<pubDate>Thu, 04 Jun 2009 03:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/#comment-72841</guid>
		<description>Hi all,
 Thanks for all the tips. But I am encountering a prob from few days. Whenever I try to install something, it starts to install nicely but later the below command appears on terminal
Setting up acidlab (0.9.6b20-22) ...
This command remains as it is. Even though one day I left comp on for 8 hours or so allowing terminal to set acidlab but it didn&#039;t. Now I was installing mysql everthing went rite It also prompted me to enter password for root. (But as mike as commented I didn&#039;t enter any password) after that this line appeared on terminal Setting up acidlab (0.9.6b20-22) ...
and terminal is not progressing at all. So please help me (As I need to submit my DBMS project)</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
 Thanks for all the tips. But I am encountering a prob from few days. Whenever I try to install something, it starts to install nicely but later the below command appears on terminal<br />
Setting up acidlab (0.9.6b20-22) &#8230;<br />
This command remains as it is. Even though one day I left comp on for 8 hours or so allowing terminal to set acidlab but it didn&#8217;t. Now I was installing mysql everthing went rite It also prompted me to enter password for root. (But as mike as commented I didn&#8217;t enter any password) after that this line appeared on terminal Setting up acidlab (0.9.6b20-22) &#8230;<br />
and terminal is not progressing at all. So please help me (As I need to submit my DBMS project)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/comment-page-1/#comment-72134</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Tue, 19 May 2009 02:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/#comment-72134</guid>
		<description>any tips on improving performance for a dedicated ubuntu mysql server?</description>
		<content:encoded><![CDATA[<p>any tips on improving performance for a dedicated ubuntu mysql server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiv</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/comment-page-1/#comment-71914</link>
		<dc:creator>Shiv</dc:creator>
		<pubDate>Thu, 14 May 2009 06:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/#comment-71914</guid>
		<description>Thanks Geek Boy !!

any ideas for MySQL WorkBench ?</description>
		<content:encoded><![CDATA[<p>Thanks Geek Boy !!</p>
<p>any ideas for MySQL WorkBench ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: janardhan</title>
		<link>http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/comment-page-1/#comment-68815</link>
		<dc:creator>janardhan</dc:creator>
		<pubDate>Thu, 19 Mar 2009 06:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/#comment-68815</guid>
		<description>Thanks
Its helping a lot to implement things, keep it up.</description>
		<content:encoded><![CDATA[<p>Thanks<br />
Its helping a lot to implement things, keep it up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
