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

  • Thread starter Thread starter mvergara
  • Start date Start date
Status
Not open for further replies.
M

mvergara

Guest
Hi Godfrey, I am using the Community edition of MySql. The URL that I am using to download the mysql-connector.jar driver is; http://www.java2s.com/Code/Jar/m/Downloadmysqlconnectorjar.htm I have updated the database.xml file to point to com.mysql.jdbc.Driver and continues with the same message on the console. Thanks, From: Godfrey Sorita bounce-gsorita@community.progress.com Reply-To: " TU.Rollbase@community.progress.com " TU.Rollbase@community.progress.com Date: Friday, August 22, 2014 at 2:11 PM To: " TU.Rollbase@community.progress.com " TU.Rollbase@community.progress.com Subject: RE: [Technical Users - Rollbase] Rollbase configuration for Java driver in the database file. RE: Rollbase configuration for Java driver in the database file. Reply by Godfrey Sorita 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 Stop receiving emails on this subject. Flag this post as spam/abuse.

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