Answers for "why phpmyadmin is not working"

2

phpmyadmin not found

This issue was resolved thanks to this guide: 
https://help.ubuntu.com/community/ApacheMySQLPHP#Troubleshooting_Phpmyadmin_.26_mysql-workbench

try running these commands: 

sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
sudo a2enconf phpmyadmin.conf
sudo systemctl restart apache2
Posted by: Guest on March-30-2021
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 "why phpmyadmin is not working"

Browse Popular Code Answers by Language