📌  相关文章
📜  bash: mysql: command not found - SQL 代码示例

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

代码示例3
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