I can't seem to figure out what I have to do in order to install/setup mysql correctly on my new mac.
1.) I installend mysql via homebrew
2.) I'm able to run mysql.server start
3.) If I try to run mysql -u root -p
I get this
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
I googled and looked through all kind of sources, but can't seem to figure out what to do.
Update:
Update 2: