Hi, make Apache able to access /usr/share/phpMyAdmin
by assigning the directory to the www-data
group (or the one in use by the server):
chgrp www-data -R /usr/share/phpMyAdmin
Then reload the server and it should work fine. Or better, check the security links in the installation process: