Comments on: How to Install LAMP with PHP 7 and MariaDB 10 on Ubuntu 16.10 https://www.tecmint.com/install-lamp-on-ubuntu-16-10/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 05 Jan 2018 08:16:29 +0000 hourly 1 By: Aaron Kili https://www.tecmint.com/install-lamp-on-ubuntu-16-10/comment-page-1/#comment-957989 Fri, 05 Jan 2018 08:16:29 +0000 http://www.tecmint.com/?p=23136#comment-957989 In reply to Gerard.

@Gerard

Try to manually enable phpMyAdmin by copying its apache configuration file located in /etc/phpmyadmin/ path to Apache webserver available configurations directory, located in /etc/apache2/conf-available/:

$ sudo cp /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
$ sudo a2enconf phpmyadmin
$ sudo service apache2 restart

Then try to access it once more.

]]>
By: Gerard https://www.tecmint.com/install-lamp-on-ubuntu-16-10/comment-page-1/#comment-957659 Thu, 04 Jan 2018 14:14:26 +0000 http://www.tecmint.com/?p=23136#comment-957659 In reply to Aaron Kili.

Hi Aaron,

I got the same problem. I reinstalled phpmyadmin, but the same result: /phpmyadmin was not found on this server.

What could be the problem.

Thank you in advance,
Gerard

]]>
By: Aaron Kili https://www.tecmint.com/install-lamp-on-ubuntu-16-10/comment-page-1/#comment-883812 Sat, 15 Apr 2017 08:21:32 +0000 http://www.tecmint.com/?p=23136#comment-883812 In reply to Waqas.

@Waqas

Try to reinstall it, follow the instructions carefully. It should work.

]]>
By: Waqas https://www.tecmint.com/install-lamp-on-ubuntu-16-10/comment-page-1/#comment-883013 Tue, 11 Apr 2017 06:52:19 +0000 http://www.tecmint.com/?p=23136#comment-883013 my phpmyadmin not open in web browser after installing phpmyadmin .

]]>