Log in met de systeemonderhoudsgebruiker en het wachtwoord dat is aangemaakt toen u phpMyAdmin installeerde.
Het is te vinden in het bestand debian.cnf op /etc/mysql, dan heeft u volledige toegang.
cd /etc/mysql
sudo nano debian.cnf
Just look - don't change anything!
[mysql_upgrade]
host = localhost
user = debian-sys-maint <----use this user
password = s0meRaND0mChar$s <----use this password
socket = /var/run/mysqld/mysqld.sock
Werkte voor mij.