Comments on: How to Install phpMyAdmin on Ubuntu 20.04 https://www.rosehosting.com/blog/how-to-install-phpmyadmin-on-ubuntu-20-04/ Premium Linux Tutorials Since 2001 Fri, 03 Jun 2022 08:32:55 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Jaminix https://www.rosehosting.com/blog/how-to-install-phpmyadmin-on-ubuntu-20-04/#comment-48589 Sun, 28 Mar 2021 21:16:27 +0000 https://www.rosehosting.com/blog/?p=33656#comment-48589 It’s a great article. Add a reminder to change secure-password in the statement: mysql> ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘secure-password’;

It took me some time to figure out why I could not login to mysql at the command prompt as well as login to phpmyadmin.

]]>