Hi there I try to install phpMyAdmin but i got error
dbconfig-common: phpmyadmin configure: trying again. Determining localhost credentials from /etc/mysql/debian.cnf: succeeded. dbconfig-common: writing config to /etc/dbconfig-common/phpmyadmin.conf ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO). unable to connect to mysql server. error encountered creating user: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) dbconfig-common: phpmyadmin configure: aborted. dbconfig-common: flushing administrative password dpkg: error processing package phpmyadmin (--configure): installed phpmyadmin package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: phpmyadmin Note: I have already setup password for root in mysql mysql -uroot -p working status -------------- mysql Ver 15.1 Distrib 10.11.3-MariaDB, for debian-linux-gnu (x86_64) using EditLine wrapper Connection id: 6693 Current database: Current user: root@localhost SSL: Cipher in use is TLS_AES_256_GCM_SHA384 Current pager: stdout Using outfile: '' Using delimiter: ; Server: MariaDB Server version: 10.11.3-MariaDB-1 Debian 12 Protocol version: 10 Connection: Localhost via UNIX socket Server characterset: utf8mb4 Db characterset: utf8mb4 Client characterset: latin1 Conn. characterset: latin1 UNIX socket: /run/mysqld/mysqld.sock Uptime: 2 hours 36 min 58 sec Threads: 1 Questions: 13358 Slow queries: 0 Opens: 119 Open tables: 112 Queries per second avg: 1.418 How do I solve this issue? Resetting password for root? -- ppetros