gpt4 book ai didi

macOS : autostart mysql on boot

转载 作者:IT老高 更新时间:2023-10-28 12:59:48 33 4
gpt4 key购买 nike

我刚刚通过 Homebrew 软件在终端安装了mysql。

现在当我尝试连接到 mysql 时它失败了,但是在我运行 mysqld 之后它可以工作..

所以我现在需要做的是在我启动我的 Mac 时运行 mysqld。

我在 Google 上搜索过 mysqld autoload at startup 等,但找不到正确答案。

希望有人能指出我正确的方向。谢谢!

最佳答案

brew info mysql 为您提供了在启动时加载 MySQL 的说明,但您需要做的就是:

mkdir -p ~/Library/LaunchAgents
cp `brew --prefix mysql`/*mysql*.plist ~/Library/LaunchAgents/
launchctl load -w ~/Library/LaunchAgents/*mysql*.plist

关于macOS : autostart mysql on boot,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8014500/

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