How to configure openfire to connect mysql cluster -


i want high availability of database openfire server. hence, have created mysql cluster. not able configure openfire use mysql cluster. have searched not able find except using following connection string : "jdbc:mysql:loadbalance://" + hosts + "/test". not seems work. please me configure openfire server use mysql cluster. kind of or suggestions appreciated. in advance.


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -