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.
我在 Program Files/MySQL/MySQL 5.6/bin 下有 mysqldump,但我无法在命令行上访问。我什至尝试插入整个文件目录,但没有奏效。我知道输入 mysqldump 应该在命令行上工作。似乎有什么问题?
它可能不在您的范围内PATH,因此您应该对其进行调整。
PATH
如果指定可执行文件的完整路径不起作用,那么您可能弄错了它的位置,或者您需要发布您收到的错误消息。