java - Hibernate connect to a MySQL Cluster -
i trying connect mysql cluster using hibernate tomcat/spring application. database connection string is:
jdbc:mysql:loadbalance://host-1,host-2/database?loadbalanceblacklisttimeout=5000, host-1 like 10.xx.xx.xxx:3306.
the schema created on host-2 innodb storage engine, instead of ndbcluster.
i using hibernate 4.3.7. mysql jdbc driver of 5.1.34 version.
the mysql cluster active-active type.
Comments
Post a Comment