<?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: How to Install LAMP Stack with PhpMyAdmin in Ubuntu 20.04	</title>
	<atom:link href="https://www.tecmint.com/install-lamp-with-phpmyadmin-in-ubuntu-20-04/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-lamp-with-phpmyadmin-in-ubuntu-20-04/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 26 Oct 2022 19:22:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Sam		</title>
		<link>https://www.tecmint.com/install-lamp-with-phpmyadmin-in-ubuntu-20-04/comment-page-1/#comment-1905190</link>

		<dc:creator><![CDATA[Sam]]></dc:creator>
		<pubDate>Wed, 26 Oct 2022 19:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16578#comment-1905190</guid>

					<description><![CDATA[Worked for me!.

Thanks.]]></description>
			<content:encoded><![CDATA[<p>Worked for me!.</p>
<p>Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gerard		</title>
		<link>https://www.tecmint.com/install-lamp-with-phpmyadmin-in-ubuntu-20-04/comment-page-1/#comment-1638863</link>

		<dc:creator><![CDATA[Gerard]]></dc:creator>
		<pubDate>Sun, 07 Nov 2021 15:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16578#comment-1638863</guid>

					<description><![CDATA[Hi Aaron,

Installation went well. However, in phpmyadmin there is a warning &quot;NO RIGHTS&quot;.
 
Creating a database is impossible. Where could I have gone wrong?


Thank you in advance,
Gerard]]></description>
			<content:encoded><![CDATA[<p>Hi Aaron,</p>
<p>Installation went well. However, in phpmyadmin there is a warning &#8220;NO RIGHTS&#8221;.</p>
<p>Creating a database is impossible. Where could I have gone wrong?</p>
<p>Thank you in advance,<br />
Gerard</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Grace		</title>
		<link>https://www.tecmint.com/install-lamp-with-phpmyadmin-in-ubuntu-20-04/comment-page-1/#comment-1564150</link>

		<dc:creator><![CDATA[Grace]]></dc:creator>
		<pubDate>Tue, 10 Aug 2021 03:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16578#comment-1564150</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-lamp-with-phpmyadmin-in-ubuntu-20-04/comment-page-1/#comment-1563623&quot;&gt;Ravi Saive&lt;/a&gt;.

Thank you very much for your help!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-lamp-with-phpmyadmin-in-ubuntu-20-04/comment-page-1/#comment-1563623">Ravi Saive</a>.</p>
<p>Thank you very much for your help!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-lamp-with-phpmyadmin-in-ubuntu-20-04/comment-page-1/#comment-1563623</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 09 Aug 2021 10:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16578#comment-1563623</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-lamp-with-phpmyadmin-in-ubuntu-20-04/comment-page-1/#comment-1563583&quot;&gt;Grace&lt;/a&gt;.

@Grace.

To fix it:
&lt;pre&gt;
$ sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
$ sudo a2enconf phpmyadmin.conf
$ sudo systemctl restart apache2
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-lamp-with-phpmyadmin-in-ubuntu-20-04/comment-page-1/#comment-1563583">Grace</a>.</p>
<p>@Grace.</p>
<p>To fix it:</p>
<pre>
$ sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
$ sudo a2enconf phpmyadmin.conf
$ sudo systemctl restart apache2
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Grace		</title>
		<link>https://www.tecmint.com/install-lamp-with-phpmyadmin-in-ubuntu-20-04/comment-page-1/#comment-1563583</link>

		<dc:creator><![CDATA[Grace]]></dc:creator>
		<pubDate>Mon, 09 Aug 2021 08:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16578#comment-1563583</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-lamp-with-phpmyadmin-in-ubuntu-20-04/comment-page-1/#comment-1380616&quot;&gt;Naman&lt;/a&gt;.

I got the same notice. Then I added the next line:
&lt;pre&gt;
$ sudo a2enconf phpmyadmin.conf. 
&lt;/pre&gt;
It showed me &#039;ERROR: Conf PHPMyAdmin does not exist!&#039; 

Any advice? Many thanks for your help!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-lamp-with-phpmyadmin-in-ubuntu-20-04/comment-page-1/#comment-1380616">Naman</a>.</p>
<p>I got the same notice. Then I added the next line:</p>
<pre>
$ sudo a2enconf phpmyadmin.conf. 
</pre>
<p>It showed me &#8216;ERROR: Conf PHPMyAdmin does not exist!&#8217; </p>
<p>Any advice? Many thanks for your help!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
