Comments - How to connect to maxscale by using hibernate?

6 years, 4 months ago Markus Mäkelä

Just change the hostname and port in the JDBC connection string to point to MaxScale. If MaxScale is on the same machine as the client and it listens to port 4006, then your example would be correct.

 
6 years, 4 months ago David Zhang

I see. Thank you.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.