gpt4 book ai didi

在 macOS 中找不到 mysql 命令

转载 作者:行者123 更新时间:2023-11-29 15:26:51 26 4
gpt4 key购买 nike

我已经根据官方页面使用.dmg安装文件安装了MySQL。但当我执行mysql命令时,它返回command not find: mysql

如何解决这个问题?

最佳答案

MySQL 的文档说:

When installing using the package installer, the files are installed into a directory within /usr/local matching the name of the installation version and platform. For example, the installer file mysql-5.7.29-osx10.13-x86_64.dmg installs MySQL into /usr/local/mysql-5.7.29-osx10.13-x86_64/.

一旦您验证此目录中存在 bin 文件夹,您必须确保终端在那里查找 MySQL 命令。这可以通过执行以下命令来完成:

export PATH=$PATH:/usr/local/<my-path>/bin

关于在 macOS 中找不到 mysql 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59025625/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com