I have MySQL installed on a VPS, which I will use to host multiple databases for customers, who will use them from a front-end.
I have forced all communication to each database to be via SSL, and I will generate a seperate set of client SSL certificates/keys for each different customer.
My question is: the MySQL server deamon uses the same SSL server certifcate/key for communication with each different customer. Will each customer having a different client certificate be enough to ensure that they would not be able to eavesdrop on eachother's communication to the database server?