I can start MySQL fine,
/usr/local/mysql/support-files/mysql.server start
Starting MySQL
SUCCESS!
But any MySQL action after that I get the error:
MySQL server PID file could not be found
/usr/local/mysql/support-files/mysql.server stop
ERROR! MySQL server PID file could not be found!
Where do I find the server PID file on Mac with OSX 10.8? I am wondering if it is a permission problem. The mysql.sock file is a symlink pointing to the file in the tmp/ directory.
sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock