mysql error : ERROR 1018 (HY000): Can't read dir of '.' (errno: 13)

前端 未结 6 1695
予麋鹿
予麋鹿 2020-12-13 08:36

when i try to view the databases in mysql i get this error:

ERROR 1018 (HY000): Can\'t read dir of \'.\' (errno: 13)

And that stops my app

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 09:31

    if you installed mariadb using homebrew you can run the following the command for OS X

    sudo chown -R mysql:mysql /var/lib/var/mysql/
    sudo chmod -R 777 /usr/local/var/mysql/
    

提交回复
热议问题