安装MySQL时收到以下警告:
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:
# cd . ; ./bin/mysqld_safe &但是,我无法通过以下方式正常启动服务器:
# mysql.server start
Starting MySQL
. ERROR! The server quit without updating PID file (/usr/local/var/mysql/robell.local.pid).我还注意到这个文件不存在:
# 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发布于 2012-02-14 08:28:35
brew info mysql祝好运。
https://stackoverflow.com/questions/9227142
复制相似问题