53GB

Mariadb (Ubuntu) – ERROR 1698 (28000): Access denied for user 'root'@'localhost'



Mariadb (Ubuntu) – ERROR 1698 (28000): Access denied for user 'root'@'localhost'

when i trying to run : mysql -p on ubuntu, it says error :

mysql (mariadb) ERROR 1698 (28000): Access denied for user ‘root’@’localhost’.

—-

That error caused by, you not run with sudo ..
try with : sudo mysql -p, run and you will connected to mariadb – mysql.


See this video for details.

Exit mobile version