Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我像这样在环境变量中添加了mysql路径到路径
但是当我在 Windows 命令行中使用 mysql 命令时,它给了我这个错误
我已经多次重新启动 Windows 但仍然无法正常工作我认为缺少一些东西
尝试将 MySQL /bin 添加到您的 PATH 中。这就是命令 .exe 文件所在的位置。
当您在没有完整路径的情况下调用可执行文件时,PATH 环境变量会告诉 Windows 在哪里查找可执行文件。它不会为您推断 /bin 。你必须是明确的。