For no reason mysql has stopped recognizing my username and password! The exact error in phpmyadmin page:
How can I fix it?
I even cannot login to mysql by command line:
mysql version: mysql Ver 8.0.30-0ubuntu0.20.04.2 for Linux on x86_64 ((Ubuntu))
I tried adding innodb_force_recovery = 1 into /etc/mysql/mysql.conf.d/mysqld.cnf
and tried to enter using sudo mysql but it doesn't work!