08-03-2009 09:50 AM
# Database configuration
db.schema.update=true
db.schema.update.lockRetryCount=24
db.schema.update.lockRetryWaitSeconds=5
db.driver=org.gjt.mm.mysql.Driver
db.name=alfrescolomy
db.url=jdbc:mysql:///${db.name}
db.username=alfresco
db.password=alfresco
db.pool.initial=10
db.pool.max=40
db.txn.isolation=-1
08-03-2009 10:33 AM
#
# MySQL connection
#
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://localhost/alfrescolomy
create database alfrescolomy default character set utf8;
grant all on alfrescolomy.* to 'alfresco'@'localhost' identified by 'alfresco' with grant option;
grant all on alfrescolomy.* to 'alfresco'@'localhost.localdomain' identified by 'alfresco' with grant option;
drop database alfrescolomy;
revoke all on alfrescolomy.* from 'alfresco'@'localhost';
08-05-2009 03:59 AM
# Sample database connection properties
#
db.username=root
db.password=
Et ça fonctionne, la base alfrescolomy se complète et l'application web fonctionne !Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.