MySQL Forums
Forum List  »  Replication

Re: MySQL 5.1.71 - Mater Master replication - Linux RedHat Enterprise 6.5
Posted by: Tony Nottm
Date: July 24, 2015 05:02AM

It turns out that by specifying the database name in the datasource TAG in server.xml for the Liberty WebSphere Appserver - it stopped replication !?

Removed the databaseName attribute and it all works fine !

<dataSource id="athlete" jndiName="jdbc/myJNDIName">
<jdbcDriver libraryRef="MySqlLib"/>
<properties databaseName="mydb"
user="myuser" password="password" serverName="myserver" portNumber="3306"/>
</dataSource>

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL 5.1.71 - Mater Master replication - Linux RedHat Enterprise 6.5
1089
July 24, 2015 05:02AM


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.