📌  相关文章
📜  mac os zsh:找不到命令:mysql代码示例

📅  最后修改于: 2022-03-11 15:04:58.679000             🧑  作者: Mango

代码示例1
vi ~/.zshrc                                 // open the zsh config and edite
export PATH=${PATH}:/usr/local/mysql/bin/   // to add these words
source ~/.zshrc                            // make it work