News:

SMF - Just Installed!

Main Menu

Problem with phpmyadmin

Started by mahesh, Sep 20, 2023, 06:11 AM

Previous topic - Next topic

mahesh

I tried to install phpmyadmin with the command
     Code:

sudo apt update && sudo apt install phpmyadmin php-mbstring
, first I got an error Could not get lock / var / lib / dpkg / lock then I typed the command in the terminal
    Code:

sudo dpkg --configure -a
in terminal.
After that, the installation was somehow completed, but now when I type 127.0.0.1/phpmyadmin in chrome, it won't open that login window, but will show me the php code.
How do I handle this?