<?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 PhpMyAdmin with Apache in RHEL Systems	</title>
	<atom:link href="https://www.tecmint.com/install-phpmyadmin-rhel-centos-fedora-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-phpmyadmin-rhel-centos-fedora-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 17 Nov 2023 06:10:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Kod		</title>
		<link>https://www.tecmint.com/install-phpmyadmin-rhel-centos-fedora-linux/comment-page-1/#comment-1414642</link>

		<dc:creator><![CDATA[Kod]]></dc:creator>
		<pubDate>Wed, 13 Jan 2021 08:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=733#comment-1414642</guid>

					<description><![CDATA[Hi, How do install PHPMyAdmin if I&#039;m using centos 6.10 and php 7.325?]]></description>
			<content:encoded><![CDATA[<p>Hi, How do install PHPMyAdmin if I&#8217;m using centos 6.10 and php 7.325?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ahmer Mansoor		</title>
		<link>https://www.tecmint.com/install-phpmyadmin-rhel-centos-fedora-linux/comment-page-1/#comment-1219701</link>

		<dc:creator><![CDATA[Ahmer Mansoor]]></dc:creator>
		<pubDate>Wed, 07 Aug 2019 07:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=733#comment-1219701</guid>

					<description><![CDATA[Good article. But can you produce the same guide for phpMyAdmin 5.]]></description>
			<content:encoded><![CDATA[<p>Good article. But can you produce the same guide for phpMyAdmin 5.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-phpmyadmin-rhel-centos-fedora-linux/comment-page-1/#comment-1180271</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 25 Jun 2019 05:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=733#comment-1180271</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-phpmyadmin-rhel-centos-fedora-linux/comment-page-1/#comment-1179753&quot;&gt;joe&lt;/a&gt;.

@Joe,

Log in to MySQL shell with root user:
&lt;pre&gt;
# mysql -u root -pPASSWORD
&lt;/pre&gt;
and change the Authentication Plugin with the password there:
&lt;pre&gt;
mysql&gt; ALTER USER root IDENTIFIED WITH mysql_native_password BY &#039;PASSWORD&#039;;
Query OK, 0 rows affected (0.08 sec)
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-phpmyadmin-rhel-centos-fedora-linux/comment-page-1/#comment-1179753">joe</a>.</p>
<p>@Joe,</p>
<p>Log in to MySQL shell with root user:</p>
<pre>
# mysql -u root -pPASSWORD
</pre>
<p>and change the Authentication Plugin with the password there:</p>
<pre>
mysql> ALTER USER root IDENTIFIED WITH mysql_native_password BY 'PASSWORD';
Query OK, 0 rows affected (0.08 sec)
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: joe		</title>
		<link>https://www.tecmint.com/install-phpmyadmin-rhel-centos-fedora-linux/comment-page-1/#comment-1179753</link>

		<dc:creator><![CDATA[joe]]></dc:creator>
		<pubDate>Mon, 24 Jun 2019 18:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=733#comment-1179753</guid>

					<description><![CDATA[Hello

I followed the installation was great, but when i try to log to PHP i will get this error:
&lt;pre&gt;
mysqli_real_connect(): The server requested authentication method unknown to the client [caching_sha2_password]
mysqli_real_connect(): (HY000/2054): The server requested authentication method unknown to the client
&lt;/pre&gt;
I&#039;m new in Linux world, please can you help?

thanks]]></description>
			<content:encoded><![CDATA[<p>Hello</p>
<p>I followed the installation was great, but when i try to log to PHP i will get this error:</p>
<pre>
mysqli_real_connect(): The server requested authentication method unknown to the client [caching_sha2_password]
mysqli_real_connect(): (HY000/2054): The server requested authentication method unknown to the client
</pre>
<p>I&#8217;m new in Linux world, please can you help?</p>
<p>thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: gaston		</title>
		<link>https://www.tecmint.com/install-phpmyadmin-rhel-centos-fedora-linux/comment-page-1/#comment-1042287</link>

		<dc:creator><![CDATA[gaston]]></dc:creator>
		<pubDate>Mon, 01 Oct 2018 23:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=733#comment-1042287</guid>

					<description><![CDATA[Hi, I can not run phpmyadmin I get error 403 Forbidden when I installed nginx as per your tutorial says and I followed the previous tutorial to install nginx the same works well.]]></description>
			<content:encoded><![CDATA[<p>Hi, I can not run phpmyadmin I get error 403 Forbidden when I installed nginx as per your tutorial says and I followed the previous tutorial to install nginx the same works well.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
