A MySQL connection setup issue

2019-01-03 Thread Marc Chamberlin
(Thanks Benoit, Saibabu, and Simon for taking the time/trouble to answer my previous question on MySQL. It helped a lot!) I have managed to get a little further setting up James 3.2.0 Spring with MySQL/MariaDB but have ran into a problem which Google is not being helpful. I appear to be having tr

Re: MySQL documentation?

2019-01-03 Thread Simon Levesque
Hi Marc, I use MariaDB and here is my configuration for it: https://github.com/foilen/foilen-infra-plugins-core/blob/master/src/main/resources/com/foilen/infra/resource/email/james/james-database.properties.ftl . Just replace the "${}" with your real values. You can see the other files as well

Re: MySQL documentation?

2019-01-03 Thread Saibabu Vallurupalli
Follow the instructions in this link: https://james.apache.org/server/archive/usingJDBC_v2.0.html Hope this helps. Thanks, Sai On Thu, Jan 3, 2019 at 2:40 AM Marc Chamberlin wrote: > > Can some kind soul send me, or point me to a link describing how to > configure the james-database.properties

Re: MySQL documentation?

2019-01-03 Thread Benoit Tellier
Hi Marc. Nobody contributed a detailed MySQL guide but I did find a PostGresSQL guide you can have a read to: http://james.apache.org/server/config-spring-jpa-postgres.html Cheers, On 1/3/19 2:39 PM, Marc Chamberlin wrote: > Can some kind soul send me, or point me to a link describing how to >