I've installed LAMP on Ubuntu 18.04 by following this link. Now when I entered localhost on my browser then it showed Apache2 successfully working UI. But when I tried localhost/phpmyadmin, it showed Not Found on the browser.
Before this time I've successfully installed and run LAMP. But that time I'd suffered MySQL log in problem (ex. Username Password incorrect problem)
My php version:
mefahimrahman@Night-Fury-P452LA:~$ php --version PHP
7.2.15-0ubuntu0.18.04.1 (cli) (built: Feb 8 2019 14:54:22) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright
(c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.15-0ubuntu0.18.04.1, Copyright (c) 1999-2018, by Zend Technologies
MySQL version:
mefahimrahman@Night-Fury-P452LA:~$ mysql --version mysql Ver 14.14 Distrib 5.7.25, for Linux (x86_64) using EditLine wrapper
My Question is how can I able to make my LAMP local server workable?