Home > database >  MAC login mysql error
MAC login mysql error

Time:09-23

First of all, I'm according to the site operation
https://www.jianshu.com/p/e5c9e8ef8ccb
Login step inside, in terminal input:
Ln - fs/usr/local/mysql - 8.0.11 - macos10.13 - x86_64/bin/mysql mysql
I appeared ln: mysql: Permission denied
Could you tell me how to solve this, such as whether to change permissions?
The computer version: macOS Mojave 10.14.3, mysql: 5.7.25 macos10.14 - x86_64
Attachment is my terminal screenshots, thank you all for the great god, STH over and over again for a long time all don't come out

CodePudding user response:

Shell> Alias mysql='/usr/local/mysql - 8.0.11 - macos10.13 - x86_64/bin/mysql'

CodePudding user response:

Sudo ln -s/usr/local/mysql - 8.0.11 - macos10.13 - x86_64/bin/mysql/usr/local/bin
  • Related