How to fix Access denied for user 'root'@'localhost' in Mysql

Ikutin Caranya dibawah ini

~ sudo su~ mysql -u root -p
*enter your password*~ update mysql.user set plugin = 'mysql_native_password' where User='root';~ FLUSH PRIVILEGES;~ exit;
Labels: mysql, navicat, sql
0 Komentar untuk "How to fix Access denied for user 'root'@'localhost' in Mysql"

Back To Top