Skip to content

Mac 系统 zsh 命令行提示'command not found: mysql'

Published: at 10:02 PMSuggest Changes

问题

在 Mac 上安装了 mysql,但是在 zsh 中输入 mysql 命令,提示 command not found mysql

zsh: command not found: mysql

解决

在 zsh 中输入

export PATH=${PATH}:/usr/local/mysql/bin/

然后输入

source ~/.zshrc   # If you use Oh-My-Zsh
source ~/.bashrc  # If you use Default Bash

Previous Post
JS 多元素文本选择
Next Post
解决 Docker 错误:'OSError: cannot open shared object file: No such file or directory'