mac 使用brew安装Mariadb问题.

发布于 2022-09-04 04:56:19 字数 493 浏览 12 评论 0

Mac先卸载MySQL, 然后使用brew install mariadb安装成功后, 启动时无法使用mariadb, 请大牛们不惜指点指点, 怎么采用mariadb, 谢谢

如下图
clipboard.png

怀疑是这个问题:

$brew info mariadb
.
.
.

==> Caveats
A "/etc/my.cnf" from another install may interfere with a Homebrew-built
server starting up correctly.
.
.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

心房敞 2022-09-11 04:56:19

已解决;

  1. 确保安装xcode;

  2. brew 检测 brew doctor; 显示Your system is ready to brew.

  3. brew升级, brew update;升级过程很慢, 也有些许问题, github 上brew关于更新问题,

cd "$(brew --repo)" && git fetch && git reset --hard origin/master && brew update

github中指出可以在遇到问题时对brew doctorbrew update多执行两次,

4.删除原来的Mariadb, brew uninstall mariadb; 重新安装brew install mariadb;
5.启动mysql.server start;
6.链接mysql -uroot,

Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 4
Server version: 10.1.19-MariaDB Homebrew

Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> 

Every thing is OK


揪着可爱 2022-09-11 04:56:19

clipboard.png

我启动碰到这样的问题,我不知道办

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文