How to find out the root password of phpmyadmin user in Ubuntu16.04 lamp-server? enter image description here

  • Use the password from your database. - MANK
  • <head> <meta charset = "UTF-8"> tried to change the root sql password as recommended by the <a href=" support.rackspace.com/how-to/... site </a> use mysql; use mysql; Database changed and received error mysql> update user set password = PASSWORD ("l") where User = 'root'; ERROR 1054 (42S22): Unknown column 'password' in 'field list' </ head> - Ryslandeveloper

0