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 -
Try with sudo to avoid the "Access denied" error:
sudo
sudo $(brew --prefix mariadb)/bin/mysqladmin -u root password NEWPASS