I posted this question over on CI forums as well but responses there can sometimes be slow. So I thought I’d post it here as well since I’d like to get it working today and I know there are others on this forum working with Mamp and CocoaMySQL.
Can anyone tell me how to connect CocoaMySQL to the locally installed version of MySQL that comes with Mamp? It should be as simple as:
server: localhost
user: username
pass: password
port: 3306 (optional)
But that doesn’t seem to work.
(note: I’m using the default ports not the Mamp ports.)