“Bash: MySQL: Befehl nicht gefunden” Code-Antworten

Bash: Gedit: Befehl nicht gefunden

First, try this:
sudo apt-get install gedit

or You can try this

sudo apt-get purge gedit gedit-common
sudo apt-get clean

After this try reinstalling with

sudo apt-get install gedit
Lunox

Bash: MySQL: Befehl nicht gefunden

export PATH=$PATH:/usr/local/mysql/bin/
Foolish Falcon

MySQL: Befehl nicht gefunden

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:\wamp\bin\mysql\mysql5.6.17\bin

Now you can check mysql commands
Ankur

Ähnliche Antworten wie “Bash: MySQL: Befehl nicht gefunden”

Fragen ähnlich wie “Bash: MySQL: Befehl nicht gefunden”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen