You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ mysql -u root
root:(none)> use mysql;
root:mysql> update user set password=password('abc') where user='root';
root:mysql>set password = password('abc');
root:mysql> flush privileges;
root:mysql> quit;