MySQL Forums
Forum List  »  General

Support redirection in MySQL protocol?
Posted by: Xiangyu Hu
Date: November 03, 2016 12:12AM

This would benefit a lot to various proxies and distributed MySQL clusters designs, by adding one more TCP handshake round-trip.

Client Server
<--------Greeting--------
---------Login---------->
<-------NEW ENDPOINT-----
------ MySQL ---->
------ Handshake ----->

What's been added to this is the new endpoint in the login response. Client will then choose to close current TCP connection and start another with the redirected destination.

Options: ReplyQuote


Subject
Written By
Posted
Support redirection in MySQL protocol?
November 03, 2016 12:12AM


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.