0

I just installed phpmyadmin on my PC. I followed several instructions such as:

sudo apt update
sudo apt install phpmyadmin
sudo ln -s /usr/share/phpmyadmin /var/www/your_domain/phpmyadmin

I use NGINX as the webserver and PHP version 7.4. Previously, I had tried to install several additional PHP modules such as php-curl, php-mbstring, php-json.

But it still displays the HTTP error 500 error.

Did I miss an installation step or miss some module so that phpmyadmin can't be accessed?

3
  • 3
    Have you looked at the nginx error logs? Commented Jan 9, 2024 at 6:06
  • also, honest remark: MySQL brings its own "MySQL Workbench" (GPLv2) these days, phpmyadmin isn't usually what you want anymore. Commented Jan 9, 2024 at 7:17
  • PHP 7.4 has reached end of life and is no longer receiving updates, consider upgrading to 8.1. Commented Jan 9, 2024 at 8:18

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.