Had a problem where localhost wasn’t bound because I’d used bind-address to bind the internet IP address. The fix was to remove bind-address altogether, meaning that all addresses get bound.
Binding all IP addresses with MySQL
37
Had a problem where localhost wasn’t bound because I’d used bind-address to bind the internet IP address. The fix was to remove bind-address altogether, meaning that all addresses get bound.
I stumbled upon this documentation for svnmailer while I was closing my browser windows, and in it I found how to modify the subject line for the commit hook emails to include the author. Handy!