首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >MySQL Homebrew警告:共享宏已安装到“m4 /aclocal”

MySQL Homebrew警告:共享宏已安装到“m4 /aclocal”
EN

Stack Overflow用户
提问于 2012-02-10 19:35:07
回答 1查看 1.1K关注 0票数 0

安装MySQL时收到以下警告:

代码语言:javascript
复制
Warning: m4 macros were installed to "share/aclocal".
Homebrew does not append "/usr/local/share/aclocal"
to "/usr/share/aclocal/dirlist". If an autoconf script you use
requires these m4 macros, you'll need to add this path manually.

已使用以下命令在安全模式下启动MySQL:

代码语言:javascript
复制
# cd . ; ./bin/mysqld_safe &

但是,我无法通过以下方式正常启动服务器:

代码语言:javascript
复制
# mysql.server start
Starting MySQL
. ERROR! The server quit without updating PID file (/usr/local/var/mysql/robell.local.pid).

我还注意到这个文件不存在:

代码语言:javascript
复制
# launchctl load -w /usr/local/Cellar/mysql/5.5.19/com.mysql.mysqld.plist
launchctl: Couldn't stat("/usr/local/Cellar/mysql/5.5.19/com.mysql.mysqld.plist"): No such file or directory
nothing found to load
EN

回答 1

Stack Overflow用户

发布于 2012-02-14 08:28:35

代码语言:javascript
复制
brew info mysql

祝好运。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/9227142

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档