Is there any way to change the default database names when configuring
for external databases such as MySQL?
For example, I'd like to use the following, however when I start
continuum the first time, it runs scripts for database 'users' and I get
exceptions.
create database continuum_users
<Resource name="jdbc/users"
auth="Container"
type="javax.sql.DataSource"
username="continuum"
password=""
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/continuum_users?autoReconnect=true" />
Thanks
|