SELinux: AVC Denial. SELinux is preventing httpd from using potentially mislabelled files (var/www/html/phpmyadmin)
And in the browswer window you get the error “Forbidden” when you go to http://localhost/phpmyadmin
>> setenforce 0 (execute this command to check if SELinux is the culprit)
Then check if phpmyadmin works in the browser.