Hi,
I tried to connect to a mysql database located on a remote server.
I ve added my config in the server.xml like this:
<Resource name="jdbc/confluence" auth="Container"
type="com.mchange.v2.c3p0.ComboPooledDataSource" driverClass="com.mysql.jdbc.Driver"
jdbcUrl="jdbc:mysql://mydomain/confluence?autoReconnect=true&useUnicode=true&characterEncoding=UTF8"
user="confluence" password="confluence" factory="org.apache.naming.factory.BeanFactory"
acquireIncrement="1" minPoolSize="5" maxPoolSize="25" maxIdleTime="1800" />
But i get this error:
Thanks for your help.
Did you get an answer, Francois? I've got the same...
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.