bash: mysql: command not found
export PATH=$PATH:/usr/local/mysql/bin/
bash: mysql: command not found
export PATH=$PATH:/usr/local/mysql/bin/
mysql: command not found
Command not found error shown when the mysql.exe path is not set in environmental variables as PATH
or you do this by set the path from cmd
1. open cmd
2. set mysql path in cmd
>set path=c:wampbinmysqlmysql5.6.17bin
Now you can check mysql commands
mysql command not working in linux
#Check if MySQL is running by executing this command:
ps aux | grep mysql | grep -v grep
#And install the MySQL client:
sudo apt-get install mysql-client # Or your distribution command
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us