Does anyone connect to a Mysql database running under MAMP? My web2py is running on MacOS Python, not MAMP.
I'm getting: OperationalError: (2003, "Can't connect to MySQL server on 'localhost' (61)") One thing I had to do is when running Navicat or SequelPro (db mgmt client app) I needed to specify a different path to the socket file: /Applications/MAMP/tmp/mysql/mysql.sock Maybe I need to do that here? But how?