Mariadb (Ubuntu) - ERROR 1698 (28000): Access denied for user 'root'@'localhost'
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=p08xghuzBwc
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.
Other Videos By Ambar Hasbiyatmoko
Tags:
mariadb
database
mysql
ubuntu
linux
login
denied
root
localhost
terminal
sudo
user