Ubuntu ISPconfig phpmyadmin is not working after I installed it

A1WEBSITEPRO QuestionsCategory: QuestionsUbuntu ISPconfig phpmyadmin is not working after I installed it
Randal Wooster asked 7 years ago

I can access databases with terminal but phpmyadmin is not working. Any suggestions?

Ubuntu ISPconfig phpmyadmin is not working after I installed it was last modified: December 19th, 2016 by Randal Wooster
1 Answers
Best Answer
Maximus Mccullough Staff answered 7 years ago

Log into your server via ssh. Log in as root sudo su. Navigate to the follwoing file.

nano /etc/apache2/apache2.conf

Then add the following line to the end of the file.

Include /etc/phpmyadmin/apache.conf

Then restart apache

/etc/init.d/apache2 restart

Only cool people share!

Answer for Ubuntu ISPconfig phpmyadmin is not working after I installed it was last modified: December 19th, 2016 by Maximus Mccullough