AlmaLinux9にphpMyAdminをインストール

dnf --enablerepo=epel -y install phpMyAdmin

vi /etc/httpd/conf.d/phpMyAdmin.conf

<Directory /usr/share/phpMyAdmin/>
   AddDefaultCharset UTF-8

##<>##   Require local
   AllowOverride All
   Require all granted
</Directory>

systemctl restart httpd

ブラウザからかアクセスした確認