We are using jdbc url like jdbc:mysql://localhost:3306/mysql. How could I set second mysql host in this url? If this is imposible, how could I set in my java application (hibernate) connection to second MySQL server?
Thanks!
PS. actually we want to parallelize operations to two different databases. Is there any solution for that in Hibernate?