Hi all, I came across the bind address while trying to configure the mysql server. The details of why I want to configure the bind address is in the link below.
http://stackoverflow.com/questions/3540051/multiple-hostnames-and-multiple-privileges
Now, I wan to understand the purpose of the bind address. In the sense, is a binding address the address we assign to the machine that is hosting the mysql server?
I have no clue. Would be really helpful if someone could explain me the purpose of it? and will assigning 0.0.0.0 to the binding address create any security flaws/loop holes?