原因是没有配置 MySQL 环境变量,之前换了一次电脑,然后新的 Mac 的 MySQL 是用 Homebrew 安装的。运行 go-mysql-elasticsearch 的时候报错 exec: "mysqldump": executable file not found in $PATH,猜到是没有配环境变量的问题。
在 /etc/profile 里添加一行
即将 MySQL 的 bin 目录加入到 PATH 中
然后刷新 profile 文件生效
在终端执行 source /etc/profile
成功解决
在 /etc/profile 里添加一行
- export PATH=$PATH:/usr/local/Cellar/mysql@5.6/5.6.43/bin
即将 MySQL 的 bin 目录加入到 PATH 中
然后刷新 profile 文件生效
在终端执行 source /etc/profile
成功解决
您可以选择一种方式赞助本站
支付宝扫一扫赞助
微信钱包扫描赞助
赏