I have just installed MariaDB via homebrew on my Mac. At the end of the installation I got the following error:
Warning: The post-install step did not comple
None of the solution here helped, I had to do this:
The post-install step did not complete successfully MySQL Mac OS Sierra
in short,
/usr/local/var/mysql
, then removed it brew remove mariadb
brew install mariadb
brew services start mariadb
After that I could access with mysql -u root