1 to 7 of 7
OK, after playing with it for a bit longer I got it to work.
As described in this thread I had to create a symlink from MAMP to the "typical" location of the MySQL socket file
sudo mkdir /var/mysql
sudo ln -s /Applications/MAMP/tmp/mysql/mysql.sock /var/mysql/mysql.sock
This was the ONLY way I could get the ./script/configure -i script to work correctly without giving me a database connection error, and I still saw the errors listed above when trying to use the "web installer".
According to the other threads I've seen, manually changing 'localhost' to '127.0.0.1' in the config/database.yml file is also an option, though this would require foregoing the use of the configure script.
I have a few suggestions to the developers for making this process easier for others:
Hope this helps someone else trying to give Akelos a shot!
-Nathan
As described in this thread I had to create a symlink from MAMP to the "typical" location of the MySQL socket file
Under Snow Leopard, I set the following symlink:
$ sudo ln -s /Applications/MAMP/tmp/mysql/mysql.sock /usr/local/mysql-5.0.45-osx10.4-i686
However, I still have the same issue as described by Nathan in the initial post.
Anyone has another idea how I could fix this?
Under Snow Leopard, I set the following symlink:
$ sudo ln -s /Applications/MAMP/tmp/mysql/mysql.sock /usr/local/mysql-5.0.45-osx10.4-i686
However, I still have the same issue as described by Nathan in the initial post.
Yay, I GOT IT WORK!
I had to set the following symlink (instead of what I did before):
$ sudo ln -s /Applications/MAMP/tmp/mysql/mysql.sock /private/tmp/mysql.sock
This seems to be the new location of the mysql.sock under Mac OS X Snow Leopard (10.6)
A helpful address when dealing with MAMP's MySQL on Mac OS X:
http://fischerlaender.net/apple-mac/mac-os-x-trouble-with-mamp-mysql
1 to 7 of 7