I have a brand new Mac running Mojave. I've installed MySQL multiple times on my older Mac and never had a problem. But this install, for whatever reason, isn't getting off the ground.
I have installed MySQL and started the server. At this point, all I wanted to do was verify the version from the command line, and this is what I get:
> mysql -v
ERROR 1045 (28000): Access denied for user 'milnuts'@'localhost' (using password: NO)
> mysql -u root
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
I've scoured the plethora of other posts, this one being the closest, but almost all solutions require actually being able to connect to MySQL as root. I can't even do that. I never specified a password during the install process, so what am I missing here? Is there some new config in Mojave somewhere that I don't know about?