MariaDB homebrew install errors

后端 未结 6 808
梦如初夏
梦如初夏 2020-12-16 20:54

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         


        
6条回答
  •  一整个雨季
    2020-12-16 21:37

    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,

    • I made a backup of the folder /usr/local/var/mysql , then removed it
    • removed Mariadb brew remove mariadb
    • reinstalled Mariadb brew install mariadb
    • run brew services start mariadb

    After that I could access with mysql -u root

提交回复
热议问题