Hi guys, I am facing problem with james not creating mysql tables automatically. For james3, the tables are created successfully. But in james 2.3.1 the tables are not created. I read up on some of the archives and changed the connector to 5.1.38 and have it in ~\james\lib.
I am using MySQL Workbench CE 6.1. In config.xml, my mysql driver code is: <data-source name="maildb" class="org.apache.james.util.dbcp.JdbcDataSource"> <driver>com.mysql.jdbc.Driver</driver> <dburl>jdbc:mysql://127.0.0.1/mail?useServerPrepStmts=false</dburl> <user>root</user> <password></password> <max>20</max> </data-source> Where can i look at to troubleshoot this problem?