Posts by Vinicius Von Ahn • 11 points
1 post
-
1
votes1
answer1129
viewsA: Mysql Workbench access denied
use mysql db and the command below. UPDATE user SET plugin = 'mysql_native_password' WHERE user = 'root'; FLUSH PRIVILEGES;
1 post
1
votes1
answer1129
viewsuse mysql db and the command below. UPDATE user SET plugin = 'mysql_native_password' WHERE user = 'root'; FLUSH PRIVILEGES;