Comments on: How to Install PhpMyAdmin with Apache in RHEL Systems https://www.tecmint.com/install-phpmyadmin-rhel-centos-fedora-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 17 Nov 2023 06:10:43 +0000 hourly 1 By: Kod https://www.tecmint.com/install-phpmyadmin-rhel-centos-fedora-linux/comment-page-1/#comment-1414642 Wed, 13 Jan 2021 08:11:02 +0000 http://www.tecmint.com/?p=733#comment-1414642 Hi, How do install PHPMyAdmin if I’m using centos 6.10 and php 7.325?

]]>
By: Ahmer Mansoor https://www.tecmint.com/install-phpmyadmin-rhel-centos-fedora-linux/comment-page-1/#comment-1219701 Wed, 07 Aug 2019 07:09:38 +0000 http://www.tecmint.com/?p=733#comment-1219701 Good article. But can you produce the same guide for phpMyAdmin 5.

]]>
By: Ravi Saive https://www.tecmint.com/install-phpmyadmin-rhel-centos-fedora-linux/comment-page-1/#comment-1180271 Tue, 25 Jun 2019 05:44:06 +0000 http://www.tecmint.com/?p=733#comment-1180271 In reply to joe.

@Joe,

Log in to MySQL shell with root user:

# mysql -u root -pPASSWORD

and change the Authentication Plugin with the password there:

mysql> ALTER USER root IDENTIFIED WITH mysql_native_password BY 'PASSWORD';
Query OK, 0 rows affected (0.08 sec)
]]>
By: joe https://www.tecmint.com/install-phpmyadmin-rhel-centos-fedora-linux/comment-page-1/#comment-1179753 Mon, 24 Jun 2019 18:44:42 +0000 http://www.tecmint.com/?p=733#comment-1179753 Hello

I followed the installation was great, but when i try to log to PHP i will get this error:

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

I’m new in Linux world, please can you help?

thanks

]]>
By: gaston https://www.tecmint.com/install-phpmyadmin-rhel-centos-fedora-linux/comment-page-1/#comment-1042287 Mon, 01 Oct 2018 23:31:46 +0000 http://www.tecmint.com/?p=733#comment-1042287 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.

]]>