My config file has root / root as the passwords because that’s what’s required by MAMP. Obviously these aren’t the same settings when I need to deploy to my production server. I could change it manually when deploying, but this seems like a bad / inconvenient way of doing it. Any ideas on how to solve this issue?
Basically I need to set different mysql users/passwords between my local server and my production server.