1

I'm trying to user phpymadmin on Ubuntu 22.04, I've already install LAMP server. When I accesss localhost/phpmyadmin on my browser, I get the following php codeenter image description here

I've already installed phpmyadmin and apache. I tried

sudo ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin

But I still can't access phpmyadmin. What can I do to solve this? Thanks

1 Answer 1

2

If you see php code it's beacause php is not installed :

sudo apt install php
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.