How not to reveal your MySQL DB login/password when sharing code on GitHub or BitBucket?
Solution: use your ~/.my/cnfInside your ~/.my.cnf file define the connection parameters to your databases. For example, here I define two groups called local and toto:[local]user = rootpassword = ultra_secrethost = localhost[toto]user = capitaine_flamp... [Read more...]