Answers for "ubuntu Not Found phpmyadmin"

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

Code answers related to "ubuntu Not Found phpmyadmin"

Browse Popular Code Answers by Language