If you reiceive the following error while starting phpmyadmin in your browser:

This page isn’t working
Example.com is currently unable to handle this request.
HTTP ERROR 500

Most probably you have a conflict with your PHP version after upgrading to Ubuntu 20.04. If you have different PHP Versions installed, you need to tell phpmyadmin which Version to use.

Open with your editor:

sudo nano /etc/apache2/conf-available/phpmyyadmin.com

and add the following lines after the alias Tag 

<FilesMatch \.php> # Apache 2.4.10+ can proxy to unix socket
        SetHandler "proxy:unix:/var/run/php/php7.4-fpm.sock|fcgi://localhost/"
    </FilesMatch>

 Restart Apache

sudo service apache2 restart

Now open you phpmyadmin page again. 

 

Comments (0)

    Attach images by dragging & dropping or by selecting them.
    The maximum file size for uploads is MB. Only files are allowed.
     
    The maximum number of 3 allowed files to upload has been reached. If you want to upload more files you have to delete one of the existing uploaded files first.
    The maximum number of 3 allowed files to upload has been reached. If you want to upload more files you have to delete one of the existing uploaded files first.
    Posting as

    Comments powered by CComment

    (c)2020 - 2021 by Mike Ennulat