2012-02-10 13 views
0

は、この警告を受け、 "/ aclocalの共有" を設置しました:管理MySQLの自作警告:MySQLをインストールする際のm4マクロが

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 

答えて

0
brew info mysql 

が原因権限の機微とどのように自作がsudoを使用しないように、サーバーを開始する前に必要とされるいくつかの手順が一覧表示されます。がんばろう。

関連する問題