how have I to add a trusted hostname in the mysql configuration?
webserver.mysomain.com
dbserver.mydomain.com
I would like to add the webserver.mydomain.com in the mysql database installed in the dbserver.mydomain.com
so all the connections that come from the webserver.mydomain.com must be accepted.
thanks