Published
- 1 min read
bash: mysql: command not found
The solution for this is noted below
bash: mysql: command not found
Solution
export PATH=$PATH:/usr/local/mysql/bin/
Try other methods by searching on the site. That is if this doesn’t work