For some reason MySQL stopped giving access for root. Uninstalled and reinstalled with Homebrew. Fresh install, fresh tables but when I enter
mysql -u root -
The default password when you install mysql via brew is root try this, it worked for me
mysql -uroot -proot