Answers for "phpmyadmin not working on ubuntu 20.04 with php7.3"

PHP
5

ubuntu 20 phpmyadmin install

sudo apt update && sudo apt install phpmyadmin php-mbstring
Posted by: Guest on July-23-2020
0

phpmyadmin is not working in ubuntu 20.04

Include /etc/phpmyadmin/apache.conf

...to the /etc/apache2/apache2.conf file and restarting the service.

sudo systemctl restart apache2
Posted by: Guest on September-14-2021

Code answers related to "phpmyadmin not working on ubuntu 20.04 with php7.3"

Browse Popular Code Answers by Language