Forum Post: RE: Rollbase configuration for Java driver in the database file.

  • Thread starter Thread starter Godfrey Sorita
  • Start date Start date
Status
Not open for further replies.
G

Godfrey Sorita

Guest
Hi, Are you using the Community edition of MySQL? Please send the URL where you downloaded MySQL JDBC driver mysql-connector.jar so I can test it in my instance. Below is the databases.xml of my private instance running in 3.0. Does your private instance have similar configuration? Databases Database name="RB" isDefault="yes" isExternal="no" MinConnections="3" MaxConnections="10" MaxInUseConnTimeMins="30" MaxNotUsedConnTimeMins="1" MaxConnLifetimeMins="60" TxIsolation="2" useTxRecovery="yes" Driver com.mysql.jdbc.Driver /Driver Url jdbc:mysql://localhost:3306/RB_DBO /Url DbUser username /DbUser Password password /Password /Database /Databases Regards, Godfrey

Continue reading...
 
Status
Not open for further replies.
Back
Top