I have update my phpmyadmin
up to 5.2.1 over SSH. The update returns no errors and was ended successfully. I have tried to Login and next to the Login shows me only the error: Error: Unknown named parameter $$dbi
. I have found no solution for this Problem and hope I can find help.
thanks in advance!
2
Answers
I had the same problem after ugrading Ubuntu 18 to 20. couldn’t figure out what was wrong. Had to download a fresh copy of phpmyadmin and manually installed and it’s now working.
I downloaded the lastest phpmyadmin from here
wget https://www.phpmyadmin.net/downloads/phpMyAdmin-latest-all-languages.tar.gz
I had the same problem re-installing phpmyadmin on Ubuntu 20.04 via apt.
Manual install worked for me too, guided by instructions at https://tecadmin.net/install-phpmyadmin-ubuntu-20-04/
Had to adjust for .conf file under /etc/apache2 (not apache)
Also adjusted ownership to (myid):www-data as I run Apache as my own ID, not www-data