Trying to install the Recess API Framework on an EC2 instance using the Bitnami AMI. I get the error
Error connecting to data source: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
I tried this solution but it turns out the [client]
section in my.cnf
already has the socket pointing to the location of mysql.sock
, verified by using sudo find / -name mysql.sock
MySQL works just fine for me in all ways I've found, so I'm curious if it's something I need to configure in Recess.