Intel_processors#.UZ0v7ZWhypU) to install WeBWorK under OS X 10.8.3 (Mountain Lion). But instead of having the MacPorts version of MySQL, which is what the script assumes, I have the version installed by the native OS X installer directly from mysql.com.
I think I know how to make all the needed modifications required, but for one. Namely, towards the end of the script I find:
sudo ln -s /opt/local/var/run/mysql5/mysqld.sock /tmp/mysql.sock
sudo chmod 777 /tmp/mysql.sock
But I do not seem to have any mysqld.sock file after I launch mysqld, although I do have a /tmp/mysql.sock then.
How should this be handled?