Hello
I've installed phpmyadmin using the command apt-get install phpmyadmin, however am unable to open its login page in my web-browser when I type http://localhost/phpmyadmin
Installation was done properly and I can view the MySQL server from the webmin page.
Error is:
Not Found
The requested URL /phpmyadmin was not found on this server.
Apache/2.2.16 (Ubuntu) Server at localhost Port 80
Anyone knows how to make the phpmyadmin page load?
3
Contributors
3
Replies
8 Months
Discussion Span
1 Year Ago
Last Updated
4
Views
Question Answered
Related Article:Unable to reconnect to CentOS via SSH
is a solved Linux and Unix discussion thread by sciwizeh that has 4 replies, was last updated 2 years ago and has been tagged with the keywords: apache.
For example, if your document root is set as /var/www/htdocs
Then the URL localhost/phpmyadmin would mean that the phpmyadmin folder is located in /var/www/htdocs. If the phhpmyadmin folder isn't in there, then your path is wrong.