I've installed MySQL (8.0.15) via Homebrew and after setting a root password using these steps these steps I've set my password to root
but when I try to
I get this:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
I tried resetting it via safe mode but still it wont work. I tried checking the authentication_string
and its this
mysql> select authentication_string from user where User = 'root';
+-----------------------+
| authentication_string |
+-----------------------+
| root |
+-----------------------+
1 row in set (0.00 sec)