<?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>Tech2View.com &#187; LAMP</title>
	<atom:link href="http://tech2view.com/tag/lamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech2view.com</link>
	<description>Bits and Bytes for Geek and Nerds</description>
	<lastBuildDate>Sat, 17 Dec 2011 08:52:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Not able to access phpmyadmin in ubuntu &#8211; 404 Not Found Error</title>
		<link>http://tech2view.com/not-able-to-access-phpmyadmin-in-ubuntu-404-not-found-error/</link>
		<comments>http://tech2view.com/not-able-to-access-phpmyadmin-in-ubuntu-404-not-found-error/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 10:13:42 +0000</pubDate>
		<dc:creator>Inderjeet</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[LAMP]]></category>

		<guid isPermaLink="false">http://tech2view.com/?p=274</guid>
		<description><![CDATA[I just installed the LAMP (Linux+Apache+MySQL+PHP) structure on my Ubuntu machine. Installing the structure is pretty easy. But getting it all running seamlessly is the another thing. After installing the things I typed http://127.0.0.1 (http://localhost/) on my Browser and it &#8230; <a href="http://tech2view.com/not-able-to-access-phpmyadmin-in-ubuntu-404-not-found-error/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftech2view.com%2Fnot-able-to-access-phpmyadmin-in-ubuntu-404-not-found-error%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftech2view.com%2Fnot-able-to-access-phpmyadmin-in-ubuntu-404-not-found-error%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I just installed the<strong> LAMP </strong>(Linux+Apache+MySQL+PHP) structure on my <strong>Ubuntu machine</strong>. Installing the structure is pretty easy. But getting it all running seamlessly is the another thing. After installing the things I typed <em>http://127.0.0.1 (http://localhost/)</em> on my Browser and it said &#8220;It Works&#8221;. But when I tried to open the phpmyadmin <em>(http://localhost/phpmyadmin/)</em> which is used to manage your MySQL backend  and tables it shows the <strong>404 Not Found error</strong>.</p>
<p>By Default your www directory is created here<em><strong> /var/www</strong></em> and the phpmyadmin configuration files are stored in <em><strong>/usr/share/phpmyadmin</strong></em>. So the trick involved here is to point your the later location or directory from your former directory. To do this open your terminal and run the following command.<img class="aligncenter size-medium wp-image-278" title="phpmyadmin_ununtu" src="http://tech2view.com/wp-content/uploads/2009/10/phpmyadmin_ununtu-300x187.png" alt="phpmyadmin_ununtu" width="339" height="207" /></p>
<p><strong><em>sudo ln -s /usr/share/phpmyadmin /var/www</em></strong></p>
<p>This will <strong>create the pointer</strong> to /usr/share/phpmyadmin in /var/www</p>
<p>Now open the<em> http://localhost/phpmyadmin/</em> and you are good to go. If you still face any problems feel free to ask and comment.</p>
<img src="http://tech2view.com/?ak_action=api_record_view&id=274&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://tech2view.com/not-able-to-access-phpmyadmin-in-ubuntu-404-not-found-error/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

