I have just picked up Akelos and am very excited about learning this framework but i have an issue with the socket when using mamp on OSX. I have read a much older discussion about this issue but was wondering if there is a simple sollution to this problem now??
I could not quite grasp how to fix the problem from the older post due to the fact I was unable to find/see the vars folder inside mamp/temp/mysql folder.
In the mean time i have tried using the IP address instead of localhost as surgested on some other sites. This still returned errors but did create the tables in the dev DB!!
I would really like to find a soution so i can crack on.
Thanks
UPDATE;
ok using the ip of the localhost(127.0.0.1) does work so for anyone else that has this same problem edit the database.yml file and replace localhost with 127.0.0.1. Next time i set up i project i will use ip not name.