Am 02.03.2017 um 16:01 schrieb Kaushal Shriyan:
Is there any pros and cons to multiple domain names mapped to a single IP
work in MySQL client server setup like in case of httpd webserver there is
a concept of VHost having multiple domain names mapped to a single IP?

For example :-

int-mysqldbserver1.example.com :- 192.168.0.11
int-mysqldbserver2.example.com :- 192.168.0.11

Will there be a issue when i point full qualified domain name in the
application which uses mysql client program since both domain names are
pointing to the same IP?

Any help will be highly appreciable

as long there are no tls certificates are verified which in that case should contain SAN for both names a client don't care anyways for names, it just connects to a IP address relsoved over whatever method (/etc/hosts, DNS, NSS)

how would a client which resolves "int-mysqldbserver1.example.com" even know that "int-mysqldbserver2.example.com" exists - it can't which answers the primary question

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

Reply via email to