MySQL Forums
Forum List  »  Router & Proxy

Re: How to implement mysql consolidation strategy with multiple instances?
Posted by: William Frezno
Date: January 18, 2022 12:10PM

The virtualization solves the problem of incompatibility by having multiple servers on the machine. However the problem isn't the virtualization, rather the problem is that an application which is compatible with mysql x.y should talk to the server in the system that is running mysql x.y server and not the other.
So, is there a way to create an endpoint (e.g. 10.10.10.10:3306) that routes, for example, username:ben-> server running mysql5.7 username:alex -> server running mysql8.0. And so on

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.